| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-07 | changes (seeing if they work) | A.J. Shulman | |
| 2025-05-21 | feat: add codebase exploration tools for agent assistance | A.J. Shulman | |
| Add three new agent tools to improve navigation and understanding of the codebase: FileContentTool: retrieves complete content of specified files (max 3) FileNamesTool: lists all available files in the codebase CodebaseSummarySearchTool: performs semantic search across file summaries | |||
| 2025-05-21 | Added codebase search and retrieval to Vectorstore | A.J. Shulman | |
| Summary indexing: Added functionality to embed and index file summaries from file_summaries.json in Pinecone Vector search: Implemented semantic search to find the top 5 most relevant files for a query Content retrieval: Added method to fetch full file content from file_content.json API endpoints: /getFileSummaries - Retrieves all file summaries /getFileContent - Fetches file content by path /getRawFileContent - Returns content as plain text to avoid JSON parsing errors Error handling: Added comprehensive error handling and debugging throughout Initialization: Implemented proper async initialization sequence with verification Performance: Added streaming for large files to improve memory efficiency Testing: Added automated test queries to validate functionality | |||
| 2025-05-12 | workign better | A.J. Shulman | |
| 2025-05-11 | chanegd everything to be more consistent | A.J. Shulman | |
| - made both web related tools use doc manager and chunk Ids | |||
| 2025-05-11 | Made it so chunk Ids are seperately managed and made sure the doc id is ↵ | A.J. Shulman | |
| sonsistent and not created in python spawn | |||
| 2025-05-11 | Merge branch 'master' into agent-web-working | A.J. Shulman | |
| 2025-04-27 | improved consistency across doc types and parsing | A.J. Shulman | |
| 2025-04-27 | a bit more consistent | A.J. Shulman | |
| 2025-04-27 | new attempt with new citation unification | A.J. Shulman | |
| 2025-04-23 | lots of typechecking fixes. | bobzel | |
| 2025-04-17 | fix for resizing docs with native width and modify native dim set (fixes ↵ | geireann | |
| dailyjournal resizing). | |||
| 2025-02-24 | fix & feat: changed cohere embeddings for OpenAI's new embedding model and ↵ | A.J. Shulman | |
| also improved security by moving api keys to .env | |||
| 2025-02-10 | updated from master | bobzel | |
| 2025-01-23 | added commenting | A.J. Shulman | |
| 2024-12-19 | image generation works better | A.J. Shulman | |
| 2024-12-18 | trying new image generation plus new implementaion of video and audio | A.J. Shulman | |
| 2024-12-18 | better | A.J. Shulman | |
| 2024-11-12 | flashcards w assistant finally workgit add -A | alyssaf16 | |
| 2024-10-24 | create documents | alyssaf16 | |
| 2024-10-10 | added new file header comments and fixed some error handling | A.J. Shulman | |
| 2024-09-30 | upate AJ assistant from master and fix some lint errors | bobzel | |
| 2024-09-07 | completely restructured, added comments, and significantly reduced the ↵ | A.J. Shulman | |
| length of the prompt (~72% shorter and cheaper) | |||
