Revert "Feat/run console commands"

This commit is contained in:
Josiah Baldwin
2025-09-26 14:16:18 -07:00
committed by GitHub
parent 87fad5aa13
commit 4cda54ab60
8 changed files with 47 additions and 160 deletions

View File

@@ -53,7 +53,7 @@ def add_agent():
time.sleep(.1)
else:
raise Exception(f"Failed to start agent: {text}")
return {"id": agent_id, "hex": agent_hex}
return {"id": agent_id}
@api.route('/remove-agent/<agentid>', methods=['POST'])
def remove_agent(agentid):