Launch Week - Day 5: Better Agents

@langwatch/better-agents - v0.1 · Nov 6, 2025

Today we are releasing Better Agents.

Better Agents is a CLI tool and a set of standards for agent building, it supercharges your coding assistant (Kilocode, Claude Code, Cursor, etc), making it an expert in any agent framework you choose (Agno, Mastra, etc) and all their best practices.

The Better Agent Structure and generated AGENTS.md ensures industry best practices, making your agent ready for production:

  • Scenario agent tests written for every feature to ensure agent behaviour

  • Versioning of the prompts for collaboration

  • Evaluation notebooks for measuring specific prompts performance

  • Already instrumented for full observability

  • Standardization of structure for better project maintainability

The Better Agent Structure

my-agent-project/
├── app/ (or src/)           # The actual agent code, according to the chosen framework
├── tests/
│   ├── evaluations/         # Jupyter notebooks for evaluations
│   │   └── example_eval.ipynb
│   └── scenarios/           # End-to-end scenario tests
│       └── example_scenario.test.{py,ts}
├── prompts/                 # Versioned prompt files for team collaboration
│   └── sample_prompt.yaml
├── prompts.json             # Prompt registry
├── .mcp.json                # MCP server configuration
├── AGENTS.md                # Development guidelines
├── .env                     # Environment variables

The structure and guidelines on AGENTS.md ensure every new feature required for the coding assistant is properly tested, evaluated, and that the prompts are versioned.

The .mcp.json comes with all the right MCPs set up so you coding assistant becomes an expert in your framework of choice and know where to find new tools.

scenarios/ tests guarantee the agent behaves as expected, which simulates a conversation with the agent making sure it does what expected.

evaluations/ notebooks holds dataset and notebooks for evaluating pieces of your agent pipeline such as a RAG or classification tasks it must do

Finally, prompts/ hold all your versioned prompts in yaml format, synced and controlled by prompts.json, to allow for playground and team collaboration.

Get Started

⭐ Star the repo and get started with Better Agents:
https://github.com/langwatch/better-agents

Ship agents with confidence, not crossed fingers

Get up and running with LangWatch in as little as 5 minutes.

Ship agents with confidence, not crossed fingers

Get up and running with LangWatch in as little as 5 minutes.

Ship agents with confidence, not crossed fingers

Get up and running with LangWatch in as little as 5 minutes.