modify-agent
Installation
SKILL.md
Modify the Agent
Main File
agent_server/agent.py - Agent logic, model selection, instructions, MCP servers
Key Files
| File | Purpose |
|---|---|
agent_server/agent.py |
Agent logic, model, instructions, MCP servers |
agent_server/start_server.py |
FastAPI server + MLflow setup |
agent_server/evaluate_agent.py |
Agent evaluation with MLflow scorers |
agent_server/utils.py |
Databricks auth helpers, stream processing |
databricks.yml |
Bundle config & resource permissions |