gitdataai/libs/agent/chat
ZhenYi 60100a025c refactor(chat): refactor skill context deduplication and injection
- Extract push_unique_skill_context method to MessageBuilder
- Merge built-in skills with DB skills in passive injection
- Simplify code structure for both streaming/nonstreaming execution
2026-05-17 17:32:19 +08:00
..
agent_profile.rs feat(agent): add orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +08:00
chat_execution.rs feat(agent): add orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +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 orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +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 orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +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 orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +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