gitdataai/libs/agent
ZhenYi 5c1b14c26a refactor(perception): simplify active/auto detection and deduplication
- Remove activation threshold logic from PassiveSkillAwareness
- Add SkillActivation enum with Priority/Keyword/Vector/Auto variants
- Add deduplication via SkillContext.dedupe_key() using rank ordering
- Simplify ActiveSkillAwareness with cleaner regex-based detection
2026-05-17 17:31:50 +08:00
..
agent refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
chat feat(agent): add orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +08:00
client feat(agent): add orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +08:00
compact feat(agent): add orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +08:00
embed refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
model refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
orao refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
perception refactor(perception): simplify active/auto detection and deduplication 2026-05-17 17:31:50 +08:00
react refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
skills refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
task refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
tool feat(agent): add orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +08:00
billing.rs feat(agent): add orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +08:00
Cargo.toml feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
error.rs refactor(agent): apply rustfmt formatting across agent library 2026-05-14 10:01:32 +08:00
lib.rs feat(agent): add orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +08:00
sync.rs feat(workspace): initialize Rust workspace with core services and dependencies 2026-05-01 00:40:29 +08:00
tokent.rs refactor(agent): split monolithic service files into specialized modules 2026-05-11 17:04:57 +08:00