Create multiple coding agents with different LLM models and unique behaviors
.venv
directory between projects. Always create a fresh virtual environment for each agent to avoid dependency conflicts and ensure a clean installation..env
Exists.env
file exists in the root directory.
If itβs missing, copy it from dev-agent-1
.
xpander sync-secrets
β secrets are shared across the organizationβs AI agents.agent_instructions.json
file to give your new agent a different personality and focus (you can also ask Cursor to help with this):
coding_agent.py
, update line 33 to switch from OpenAI to Claude 3.7 (via Amazon Bedrock):
python xpander_handler.py
and sending a message from the UI.
Once youβve confirmed that the agent is accepting events, youβre ready to deploy it to the cloud.