File tree Expand file tree Collapse file tree 5 files changed +48
-7
lines changed Expand file tree Collapse file tree 5 files changed +48
-7
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ AgentStack scaffolds your _agent stack_ - the tech stack that collectively is yo
3232
3333### Currently Supported Providers
3434- ** LLMs** : Most all notable LLMs and providers are supported via LiteLLM or LangChain
35- - ** Framework** : Currently supported frameworks include CrewAI and LangGraph
35+ - ** Framework** : Currently supported frameworks include CrewAI, LangGraph, OpenAI Swarms and LlamaStack
3636 - Roadmap: Pydantic AI, Eliza, AG2 and Autogen
3737- ** Tools** : Maintaining the largest repository of framework-agnostic tools! All tools listed [ here] ( https://docs.agentstack.sh/tools/community )
3838- ** Observability** : AgentOps baked in by default with first-tier support
Original file line number Diff line number Diff line change 1+ ---
2+ title : Frameworks
3+ description : ' Supported frameworks in AgentStack'
4+ icon : ' ship'
5+ ---
6+
7+ These are documentation links to the frameworks supported directly by AgentStack.
8+
9+ To start a project with one of these frameworks, use
10+ ``` bash
11+ agentstack init < project_name> --framework < framework_name>
12+ ```
13+
14+ ## Framework Docs
15+ <CardGroup cols = { 3 } >
16+ <Card
17+ title = " CrewAI"
18+ icon = " ship"
19+ href = " https://docs.crewai.com/introduction"
20+ >
21+ An intuitive agentic framework (recommended)
22+ </Card >
23+ <Card
24+ title = " LangGraph"
25+ icon = " circle-nodes"
26+ href = " https://langchain-ai.github.io/langgraph/"
27+ >
28+ A complex but capable framework with a _ steep_ learning curve
29+ </Card >
30+ <Card
31+ title = " OpenAI Swarms"
32+ icon = " bee"
33+ href = " https://github.com/openai/swarm"
34+ >
35+ A simple framework with a cult following
36+ </Card >
37+ <Card
38+ title = " LlamaIndex"
39+ icon = " layer-group"
40+ href = " https://docs.llamaindex.ai/en/stable/"
41+ >
42+ An expansive framework with many ancillary features
43+ </Card >
44+ </CardGroup >
Original file line number Diff line number Diff line change 2626 "name" : " Community" ,
2727 "icon" : " discord" ,
2828 "url" : " https://discord.gg/JdWkh9tgTQ"
29- }, {
30- "name" : " CrewAI Docs" ,
31- "icon" : " ship" ,
32- "url" : " https://docs.crewai.com/introduction"
3329 }
3430 ],
3531 "navigation" : [
3834 "pages" : [
3935 " introduction" ,
4036 " installation" ,
41- " quickstart"
37+ " quickstart" ,
38+ " frameworks/list"
4239 ]
4340 },
4441 {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " agentstack"
7- version = " 0.3.2 "
7+ version = " 0.3.3 "
88description = " The fastest way to build robust AI agents"
99authors = [
1010 { name =" Braelyn Boynton" , email =" bboynton97@gmail.com" },
You can’t perform that action at this time.
0 commit comments