Better Agents

Normal
GitHub TypeScript MIT

Description

An open-source collection of standards and best practices for building better Agents, covering prompt engineering, evaluation, observability, and tool design.

Key Features

  • Agent quality standards - industry consensus on Agent design and evaluation standards
  • Best practice collection - practical guides for prompt engineering, tool design, context management
  • Observability guide - how to monitor, debug, evaluate production Agents
  • Case library - Agent design and refactoring cases from multiple real projects
  • Community consensus - jointly maintained by LangWatch and multiple Agent vendors
  • Tool integration - integrates with LangWatch platform, supports Agent performance analysis

Use Cases

💡 AI engineers use it as guide manual for team internal Agent design and development.
💡 Agent product quality leads use it as reference standard for review and improvement.
💡 Researchers use its standard framework to compare effectiveness of different Agent methods.

Quick Start

```bash
# Clone the repo
git clone https://github.com/langwatch/better-agents.git
cd better-agents

# Browse guides
ls docs/

# Read standards
cat docs/agent-quality-standards.md
```

Related Projects