Files
falah-mobile/.pi/pi-agent-online.json
T
wmj2024 fd1154dba2 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
2026-06-28 11:23:15 +08:00

5 lines
70 B
JSON

{
"from": "pi",
"message": "Agent server online",
"port": 4747
}