| .. | |||
| scripts | 2 days ago | ||
| src | 14 hours ago | ||
| Dockerfile | 2 days ago | ||
| README.md | 2 days ago | ||
| VERSION | 14 hours ago | ||
| bootstrap_installer.py | 14 hours ago | ||
| docker-compose.yml | 1 day ago | ||
| install_service.py | 14 hours ago | ||
| requirements.txt | 14 hours ago | ||
| spawn_local_agent.sh | 1 day ago | ||
This bundle contains the Cortex Agent Node, lightweight, modular software that securely connects physical computing resources to the Cortex Hub.
. ├── bootstrap_installer.py # Zero-dependency daemon/upgrade installer ├── install_service.py # Background service utilities (macOS/Linux) ├── requirements.txt # Core dependencies ├── src/ # Primary source code │ ├── agent_node/ # Hub communication & task execution logic │ ├── protos/ # gRPC protocol stubs │ └── shared_core/ # Cross-module shared utilities
To run the node seamlessly in the background (surviving system reboots):
python3 bootstrap_installer.py --daemon
Run python3 src/agent_node/main.py directly if you want to watch the logs in your terminal.