AgentX Docs

Your First Task

Execute your first autonomous mission and witness the power of Agentic-OS.

1. Initialize Project

Navigate to your project directory and run:

bash
agent init

2. Trigger an Agent

Let's ask the Software Agent to build a simple utility:

bash
agent run software "Create a python script to scrape news headlines"

3. Analyze the Result

The agent will generate a file and provide a success summary. Use the Debug agent if it hits a snag:

bash
agent chat debug

Autonomous Mode

Agents don't just write code; they test and fix it until the exit code is 0.

Live Logs

Every thought and action taken by the agent is streamed live to your terminal.

Check the Mission Control dashboard in your browser to see a visual log of your CLI activity in real-time!

Was this helpful?