Creating your own agent is as easy as creating a folder containing an agent.json file: mkdir my-agent
touch my-agent/agent.json Inside the JSON file, set a model and a provider (or a local endpoint), and a list of MCP servers: {
"model": "Qwen/Qwen2.5-72B-Instruct",
Creating Custom AI Agents with JSON Configuration
By
–