gitdataai/libs/agent/chat
ZhenYi 8d144ac139 feat(agent): add architect, debugger, implementer, tester, security sub-agent roles
Extend delegation system with 5 new specialized roles alongside
researcher/analyst/reviewer. Each role has curated tool access.
Refactor profile lookup to use profile_for_role_name and update
compact/summarizer and tool context accordingly.
2026-05-18 20:42:57 +08:00
..
agent_profile.rs feat(agent): add architect, debugger, implementer, tester, security sub-agent roles 2026-05-18 20:42:57 +08:00
chat_execution.rs feat(agent): add architect, debugger, implementer, tester, security sub-agent roles 2026-05-18 20:42:57 +08:00
context.rs refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
message_builder.rs refactor(chat): refactor skill context deduplication and injection 2026-05-17 17:32:19 +08:00
mod.rs feat(agent): add architect, debugger, implementer, tester, security sub-agent roles 2026-05-18 20:42:57 +08:00
nonstreaming_execution.rs refactor(chat): refactor skill context deduplication and injection 2026-05-17 17:32:19 +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
session_recording.rs refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +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