Simplify microagents (#8114)

Co-authored-by: Robert Brennan <accounts@rbren.io>
This commit is contained in:
Engel Nyst
2025-04-28 17:00:06 +02:00
committed by GitHub
parent 107789b5a8
commit 1b63633030
28 changed files with 133 additions and 229 deletions

View File

@@ -249,7 +249,7 @@ class Memory:
"""
Loads microagents from the global microagents_dir
"""
repo_agents, knowledge_agents, _ = load_microagents_from_dir(
repo_agents, knowledge_agents = load_microagents_from_dir(
GLOBAL_MICROAGENTS_DIR
)
for name, agent in knowledge_agents.items():