Crate neural_conductor_agent

Crate neural_conductor_agent 

Source
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-anyhow error value.

Structs§

Agent
Agent runtime
AgentInfo
Agent identification
SessionId
Session identifier

Enums§

Request
Request from server to agent
Response
Response from agent to server
TaskStatus
Task status

Constants§

VERSION
Agent version

Type Aliases§

Result
Result<T, Error>