feat: Pi agent server on port 4747 for Hermes recruitment
- 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
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"from": "pi",
|
||||
"message": "Agent server online",
|
||||
"port": 4747
|
||||
}
|
||||
Reference in New Issue
Block a user