aitbc
6895770510
refactor: reorganize agent services into agent_coordination package and improve error handling
- Moved agent services to agent_coordination bounded context package:
- agent_integration.py → agent_coordination/integration.py
- agent_performance_service.py → agent_coordination/performance.py
- agent_service.py → agent_coordination/agent_service.py
- agent_security.py → agent_coordination/security.py
- Deleted agent_communication.py (988 lines removed)
- Updated import paths across routers to use new agent
2026-05-12 17:24:15 +02:00
..
2026-05-09 12:03:26 +02:00
2026-03-04 12:16:50 +01:00
2026-03-08 11:26:18 +01:00
2026-05-03 19:50:40 +02:00
2026-04-30 09:17:05 +02:00
2026-03-25 12:56:07 +01:00
2026-05-12 17:01:57 +02:00
2026-04-18 10:42:40 +02:00
2026-03-30 17:10:16 +02:00
2026-03-08 11:26:18 +01:00
2026-05-09 12:03:26 +02:00
2026-03-04 12:16:50 +01:00
2026-05-12 17:24:15 +02:00
2026-05-12 17:01:57 +02:00
2026-03-06 22:17:54 +01:00
2026-04-23 13:10:11 +02:00
2026-05-07 11:42:06 +02:00
2026-03-30 17:16:46 +02:00
2026-03-29 20:06:51 +02:00
2026-03-08 11:26:18 +01:00
2026-04-13 22:07:51 +02:00