gitdataai/libs/agent/chat
ZhenYi d45e9e28f4 refactor(agent): split monolithic service files into specialized modules
Extract agent, compact, embed, task, and modes modules from single
service.rs files into focused sub-modules. Add orao module for
O1-like reasoning loop. Move RigAgentService to rig_tool.rs.
2026-05-11 17:04:57 +08:00
..
chat_execution.rs refactor(agent): split monolithic service files into specialized modules 2026-05-11 17:04:57 +08:00
context.rs feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
message_builder.rs feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
mod.rs feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
nonstreaming_execution.rs feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
react_execution.rs refactor(agent): split monolithic service files into specialized modules 2026-05-11 17:04:57 +08:00
service.rs feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
session_recording.rs feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
state.rs feat(room): add mode-dispatched AI service orchestration 2026-04-30 19:16:11 +08:00
streaming_execution.rs refactor(agent): split monolithic service files into specialized modules 2026-05-11 17:04:57 +08:00