fd1154dba2
- HTTP API for inter-agent task delegation - Endpoints: /status, /agent/manifest, /agent/task, /agent/signal - Actions: read_file, write_file, bash, git_push, schema_verify - Security: only accepts 127.0.0.0/8, 192.168.0.0/24, 100.64.0.0/10 - Background process PID saved to .pi/agent-server.pid - Agent card at .pi/pi-agent.json for discovery
5 lines
70 B
JSON
5 lines
70 B
JSON
{
|
|
"from": "pi",
|
|
"message": "Agent server online",
|
|
"port": 4747
|
|
} |