| Crates.io | mitoxide-agent |
| lib.rs | mitoxide-agent |
| version | 0.1.0 |
| created_at | 2025-10-16 16:01:20.463109+00 |
| updated_at | 2025-10-16 16:01:20.463109+00 |
| description | Remote agent binary for Mitoxide |
| homepage | https://github.com/yourusername/mitoxide |
| repository | https://github.com/yourusername/mitoxide |
| max_upload_size | |
| id | 1886353 |
| size | 183,486 |
Remote agent binary for Mitoxide - the lightweight agent that runs on remote systems to execute commands and manage resources.
Install the agent binary:
cargo install mitoxide-agent
The agent is typically deployed automatically by Mitoxide, but can be run manually:
# Run agent with default settings
mitoxide-agent
# Run with custom configuration
mitoxide-agent --config /path/to/config.json
# Run in debug mode
RUST_LOG=debug mitoxide-agent
The agent can be configured via environment variables or configuration file:
{
"max_memory": "512MB",
"max_cpu_time": "30s",
"allowed_commands": ["*"],
"wasm_enabled": true,
"sudo_enabled": false
}
The agent includes several security features:
This project is licensed under the MIT License.