Connected Agents
DevFlow allows you to connect DevFlow Agents running on your local machine or servers directly to your dashboard. These agents can execute tasks, fix bugs, and run commands on your behalf.
How to Connect an Agent
Install the CLI Tool
Ensure you have the DevFlow CLI installed:npm install -g @untools/devflowInitialize & Start
Run the following command in your terminal:devflow startThis will authenticate the agent with your DevFlow account.
Verify Connection
Once started, refresh your Dashboard. You should see your agent listed in the "Connected Agents" card.
features
🤖 Chat with your Agent
You can interact with your connected agents via Telegram or Slack.
- List Agents: "Which agents are running?"
- Dispatch Tasks: "Ask my agent to fix the bug in user/repo"
🛡️ Secure & Local
Your code stays on your machine. The agent only receives instructions you approve and reports back progress.
Troubleshooting
- Agent Offline? Ensure the terminal running
devflow startis still active. - Authentication Error? Try running
devflow loginagain to refresh your tokens.