@langwatch/better-agents 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/dist/index.js +391 -298
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# Better Agents
|
|
2
2
|
|
|
3
|
+
<p>
|
|
4
|
+
<a href="https://discord.gg/kT4PhDS2gH" target="_blank"><img src="https://img.shields.io/discord/1227886780536324106?logo=discord&labelColor=%20%235462eb&logoColor=%20%23f5f5f5&color=%20%235462eb" alt="chat on Discord"></a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
3
7
|
Better Agents is a CLI tool and a set of standards for agent building.
|
|
4
8
|
|
|
5
|
-
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.
|
|
9
|
+
It supercharges your coding assistant (Kilocode, Claude Code, Cursor, etc), making it an expert in any agent framework you choose (Agno, Mastra, LangGraph etc) and all their best practices.
|
|
6
10
|
|
|
7
11
|
It's the best way to start any new agent project.
|
|
8
12
|
|
|
@@ -36,7 +40,7 @@ my-agent-project/
|
|
|
36
40
|
|
|
37
41
|
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.
|
|
38
42
|
|
|
39
|
-
The `.mcp.json` comes with all the right MCPs set up so you coding assistant becomes an expert in your framework of choice and
|
|
43
|
+
The `.mcp.json` comes with all the right MCPs set up so you coding assistant becomes an expert in your framework of choice and in writing Scenario tests for your agent.
|
|
40
44
|
|
|
41
45
|
[`scenarios/`](https://github.com/langwatch/scenario) tests guarantee the agent behaves as expected, which simulates a conversation with the agent making sure it does what expected.
|
|
42
46
|
|
|
@@ -92,7 +96,6 @@ The CLI will guide you through selecting your programming language, agent framew
|
|
|
92
96
|
- API Keys:
|
|
93
97
|
- Your chosen LLM Provider API key
|
|
94
98
|
- LangWatch API key (get one at https://app.langwatch.ai/authorize)
|
|
95
|
-
- Smithery API key (optional - for MCP tool auto-discovery, get one at https://smithery.ai/account/api-keys)
|
|
96
99
|
|
|
97
100
|
## Resources
|
|
98
101
|
|
|
@@ -101,6 +104,7 @@ The CLI will guide you through selecting your programming language, agent framew
|
|
|
101
104
|
- [Agent Testing Pyramid](https://scenario.langwatch.ai/best-practices/the-agent-testing-pyramid)
|
|
102
105
|
- [Agno](https://agno.com)
|
|
103
106
|
- [Mastra](https://mastra.ai)
|
|
107
|
+
- [Discord](https://discord.com/invite/kT4PhDS2gH)
|
|
104
108
|
|
|
105
109
|
## License
|
|
106
110
|
|