Module Summary
- Goal: Learn how to work with your manager agent to build and submit an application using the web UI and CLI tools
- Estimated Time: 10-20 minutes
- Prerequisites: Manager agent with MCP and GitHub PR capabilities
🕹️ Working with Your Manager Agent via the Web UI
The manager agent is your main point of contact for building applications with your agent fleet. You’ll interact with it through the xpander.ai web UI:- Go to https://app.xpander.ai and go to your manager AI Agent (AI Development Manager)
- In the canvas, click the “Chat” source node and click the URL to open the Chat UI.
- Enter a prompt describing the application you want to build and instruct the manager agent to submit it when ready. For example:
example prompt
Change the my-github-username part to your GitHub username
Your manager agent will coordinate the work between your developer agents, review their code, and select the best implementation. This all happens automatically thanks to the Agent-to-Agent (A2A) capabilities you configured.
✅ Confirm Agent Activity
After submitting your prompt in the web UI, wait a few moments for the manager agent to begin orchestrating the build process. You should see updates in the thread as the manager agent delegates tasks and coordinates the developer agents. You can also go to the Activity tab in your Manager AI Agent and see the progress.What to Expect in the Logs
When you runxpander logs
, you’ll see detailed output from your agents. Here are some examples and what they mean:
xpander logs output
🏆 See What Everyone Built!
At the end of the workshop, we’ll showcase all the applications created by participants and their agent fleets. This is a great opportunity to:- See different approaches to agent orchestration
- Explore creative applications built by AI agents
- Get inspired for your next AI agent project
✅ Checkpoint
By completing this module, you should now be able to:- Use MCP to communicate with your manager agent through Cursor
- Have your manager coordinate your developer agents to build an application
- Monitor agent activity and collaboration in real-time
- Create a GitHub PR with your application automatically
- Submit your creation to the workshop repository
🎓 Workshop Completion
Congratulations! By completing all five modules, you’ve:- Set up a GitHub MCP Server to enhance your Cursor IDE
- Built your first developer agent
- Expanded your agent fleet with different models and capabilities
- Created a manager agent to orchestrate your development process
- Used your agent fleet to build and submit a real application