Skip to content

Commit

Permalink
Add swe agent readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaavee315 committed Sep 26, 2024
1 parent acd40e2 commit e565995
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/swe/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ The agent achieved an impressive 43.4% accuracy on the SWE Bench Verified datase

These results highlight the effectiveness of our multi-agent architecture and the power of Composio's SWEKit toolset in creating highly capable software engineering agents.

> **Note:**
> 1. The agent doesn't have any access to the information about failing and passing test cases from the SWE Bench dataset, that is used to evaluate the agent's performance.
> 2. The agent doesn't have access to the internet. It only has access to the code in the repository and the commit history.
## Other SWEKit Agents

While this README focuses on the SWEBench-Agent-v1, it's important to note that the SWEKit framework enables the creation of various specialized agents. Some potential applications include:
Expand All @@ -73,4 +77,4 @@ We welcome contributions from the community! Please see our [CONTRIBUTING.md](ht
- [Composio](https://composio.dev) for providing the [SWEKit framework](https://docs.composio.dev/swekit/introduction) and essential tools.
- [Langgraph](https://github.com/langchain-ai/langgraph) for the agentic platform.
- [SWE Bench](https://github.com/ComposioHQ/swe-bench) for providing the benchmark and dataset.
For more information about SWEKit and our various agents, please [contact us](https://composio.dev) or visit our [project page](https://github.com/ComposioHQ/swe-agent).
For more information about SWEKit and our various agents, please contact us at `tech@composio.dev` or visit our [project page](https://github.com/ComposioHQ/swe-agent).

0 comments on commit e565995

Please sign in to comment.