gitdataai/libs/agent/chat
zhenyi 5827d561db refactor(agent): remove deprecated chat modules
Delete deprecated chat components:
- agent_profile, context, message_builder
- nonstreaming_execution, session_recording

These are superseded by the consolidated chat module.
2026-05-20 13:38:25 +08:00
..
chat_execution.rs feat(agent): add architect, debugger, implementer, tester, security sub-agent roles 2026-05-18 20:42:57 +08:00
mod.rs feat(agent): add architect, debugger, implementer, tester, security sub-agent roles 2026-05-18 20:42:57 +08:00
orchestrator.rs feat(agent): add architect, debugger, implementer, tester, security sub-agent roles 2026-05-18 20:42:57 +08:00
react_execution.rs refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
service.rs feat(agent): add architect, debugger, implementer, tester, security sub-agent roles 2026-05-18 20:42:57 +08:00
state.rs refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
streaming_execution.rs refactor(chat): refactor skill context deduplication and injection 2026-05-17 17:32:19 +08:00