mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 12:10:57 +00:00
pipx, subagent paths, alpine directives, CSRF allowed origins autoset
This commit is contained in:
parent
a390adaa3c
commit
dd018d66a4
7 changed files with 128 additions and 80 deletions
|
|
@ -10,7 +10,7 @@ class LoadProfileSettings(Extension):
|
|||
if not self.agent or not self.agent.config.profile:
|
||||
return
|
||||
|
||||
config_files = subagents.get_agent_paths_chain(self.agent, "settings.json", include_default=False)
|
||||
config_files = subagents.get_paths(self.agent, "settings.json", include_default=False)
|
||||
|
||||
settings_override = {}
|
||||
for settings_path in config_files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue