Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c2e35ba
Add initial FastAPI backend HMVC module structure
NoorChasib Jul 30, 2025
cf80a42
Add and update MCP agent unit tests
NoorChasib Jul 30, 2025
e5ee768
Add orchestrator agent for multi-agent coordination
NoorChasib Jul 30, 2025
b69b22a
Add search agent modules for community, explicit, and semantic search
NoorChasib Jul 30, 2025
3da2170
Add agent and analytics modules with controllers and services
NoorChasib Jul 30, 2025
f2c4c07
Add analytics module with models, service, and views
NoorChasib Jul 30, 2025
08b00df
Add authentication module with controller, service, models, and views
NoorChasib Jul 30, 2025
723f135
Add chat module with controller, service, model, and views
NoorChasib Jul 30, 2025
559f25a
Add feedback module with controller, service, and models
NoorChasib Jul 30, 2025
af9ed3e
Add shared model integrations for Azure, Bedrock, Neo4j, and RAG
NoorChasib Jul 30, 2025
3f21e1b
Add shared exceptions, RAG state models, Trulens, and response utils
NoorChasib Jul 30, 2025
90b7b5b
Refactor to use module registry for HMVC modules
NoorChasib Jul 30, 2025
495434c
Remove backend FastAPI app and related modules
NoorChasib Jul 30, 2025
28191a5
Add HMVC backend transformation section to slides
NoorChasib Jul 30, 2025
78aec93
Remove unused __init__.py files and update community detection tool
NoorChasib Jul 30, 2025
00113b8
Update index.html
NoorChasib Jul 30, 2025
7d23e10
Remove HMVC Backend Transformation from agenda
NoorChasib Jul 30, 2025
0a724ce
add new lines
NoorChasib Aug 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions web/backend-fastapi/app/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# FastMCP Backend - Main App Package
"""
HMVC-based FastAPI backend for FastMCP
"""
198 changes: 0 additions & 198 deletions web/backend-fastapi/app/controllers/agent.py

This file was deleted.

30 changes: 0 additions & 30 deletions web/backend-fastapi/app/controllers/analytics.py

This file was deleted.

58 changes: 0 additions & 58 deletions web/backend-fastapi/app/controllers/chat_RAG.py

This file was deleted.

98 changes: 0 additions & 98 deletions web/backend-fastapi/app/controllers/feedback.py

This file was deleted.

Loading