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:
wmj2024
2026-06-28 11:23:15 +08:00
parent 6d0af1a5ba
commit fd1154dba2
4 changed files with 340 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"from": "pi",
"message": "Agent server online",
"port": 4747
}