-
Notifications
You must be signed in to change notification settings - Fork 46.3k
feat(backend): Extract backend copilot/chat enhancements from hackathon #11719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…avitas/AutoGPT into hackathon-copilot-backend
This PR extracts backend changes from the hackathon/copilot branch, adding enhanced chat capabilities, agent management tools, store embeddings, and hybrid search functionality.
Changes 🏗️
Chat Features:
db.py) for conversation and message persistenceChat Agent Tools:
agent_output.py- Handle agent execution outputscreate_agent.py- Tool for creating new agents via chatedit_agent.py- Tool for modifying existing agentsfind_library_agent.py- Search and discover library agentsrun_agent.pywith additional functionalitymodels.pyfor shared tool typesStore Enhancements:
embeddings.py- Vector embeddings support for semantic searchhybrid_search.py- Combined keyword and semantic searchbackfill_embeddings.py- Utility for backfilling existing dataAdmin:
Data Layer:
understanding.pymodule for agent understanding/contextDatabase Migrations:
add_chat_tables- Chat conversation and message tablesadd_store_embeddings- Embeddings storage for store itemsenhance_search- Search index improvementsChecklist 📋
For code changes:
For configuration changes:
.env.defaultis updated or already compatible with my changesdocker-compose.ymlis updated or already compatible with my changesSummary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.