forked from cardosofelipe/fast-next-template
feat(context): Phase 7 - Main Engine & Integration #85
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Implement the main ContextEngine class and integrate with MCPClientManager.
Parent Issue
Implementation Tasks
1. Create
engine.pyContextEngineclassassemble_context()main method_fetch_knowledge()for RAG integration_convert_history()for conversation context2. Create FastAPI Dependency
get_context_engine()dependency3. Update
__init__.py4. Integration with MCPClientManager
context_engineproperty to MCPClientManagerFiles to Create/Modify
Acceptance Criteria
Dependencies
Labels
phase-2,context,backend