AI Dynamics

Global AI News Aggregator

About

Creating Custom AI Agents with JSON Configuration

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",

→ View original post on X — @julien_c