@twinark/agent-devops
v2026.0.6
Published
DevOps agent for configuring, building, deploying and maintaining the framework with devtools.
Downloads
653
Readme
DevOps Agent
DevOps agent for configuring, building, deploying and maintaining the framework with devtools.
Installation
Install globally via npm:
npm install -g @twinark/agent-devopsOr install locally in your project:
npm install @twinark/agent-devopsUsage
Start the agent:
agent-devopsThe agent will:
- Connect to LiteLLM proxy (configured in settings)
- Discover available AI models
- Connect to framework bus (if token provided)
Configuration
Settings (.pi/agent/settings.json)
Located at ~/.agent-devops/settings.json when installed globally.
{
"litellm": {
"baseUrl": "http://localhost:4000"
},
"framework": {
"busUrl": "http://localhost:8050",
"heartbeatIntervalMs": 30000,
"agentId": "agent-devops"
}
}Secrets (.env)
Located at ~/.agent-devops/.env when installed globally.
# LiteLLM API Key
LITELLM_API_KEY=sk-1234
# Framework Bus Token
DIGITAL_TWIN_API_KEY=your-jwt-token-here