Add Android forensics, IOC threat-intel DB, Compose companion; scrub secrets from configs
This commit is contained in:
@@ -128,7 +128,7 @@ def _handle_agent_chat(message):
|
||||
return
|
||||
|
||||
tools = get_tool_registry()
|
||||
agent = Agent(llm=llm, tools=tools, max_steps=20, verbose=False)
|
||||
agent = Agent(llm=llm, tools=tools, max_steps=200, verbose=False)
|
||||
|
||||
# Inject system prompt — keep the THOUGHT/ACTION/PARAMS format from Agent,
|
||||
# prepend with our behavioral rules
|
||||
|
||||
Reference in New Issue
Block a user