Expand description
§Neural Conductor Agent
Remote agent for Neural Conductor orchestration platform.
This agent runs on remote machines and executes commands on behalf of the Conductor server. It manages sessions, executes commands, and reports results back to the server.
Modules§
- executor
- Command execution module
- session_
manager - Session management
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value.
Structs§
Enums§
- Request
- Request from server to agent
- Response
- Response from agent to server
- Task
Status - Task status
Constants§
- VERSION
- Agent version
Type Aliases§
- Result
Result<T, Error>