mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 15:31:08 +00:00
remove skills activation state
This commit is contained in:
parent
717f69f397
commit
804125a00c
6 changed files with 4 additions and 204 deletions
|
|
@ -85,7 +85,7 @@ def get_project_prompt(agent: Agent):
|
|||
return result
|
||||
|
||||
def get_skills_prompt(agent: Agent):
|
||||
available = skills.list_skills(agent=agent, enabled_only=True)
|
||||
available = skills.list_skills(agent=agent)
|
||||
result = []
|
||||
for skill in available:
|
||||
name = skill.name.strip().replace("\n", " ")[:100]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue