You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,19 +32,6 @@ AgentStack serves as a great tool for starting your agent project and offers man
17
32
18
33
AgentStack is _not_ a low-code alternative to development. Developers will still need an understanding of how to build with their selected agent framework.
19
34
20
-
## Quick Overview
21
-
22
-
```sh
23
-
pip install agentstack
24
-
agentstack init <project_name>
25
-
```
26
-
27
-
AgentStack scaffolds your _agent stack_ - the tech stack that collectively is your agent
-**LLMs**: Most all notable LLMs and providers are supported via LiteLLM or LangChain
35
37
-**Framework**: Currently supported frameworks include CrewAI, LangGraph, OpenAI Swarms and LlamaStack
@@ -147,4 +149,4 @@ AgentStack is open source software [licensed as MIT](LICENSE).
147
149
148
150
AgentStack is a new project built by passionate AI agent developers! We'd love help making this tool better. Easy first issues are available, create new issues with feature ideas, or chat with us on our [Discord](https://discord.gg/JdWkh9tgTQ). Make sure you read our contributor documentation to familiarize yourself with the project at [How to Contribute](https://docs.agentstack.sh/contributing/how-to-contribute).
149
151
150
-
If you are an Agent Tool developer, feel free to create an issue or even a PR to add your tool to AgentStack.
152
+
If you are an Agent Tool developer, feel free to create an issue or even a PR to add your tool to AgentStack.
0 commit comments