diff --git a/README.md b/README.md index 6abd57e0..01cca127 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ AgentStack scaffolds your _agent stack_ - the tech stack that collectively is yo ### Currently Supported Providers - **LLMs**: Most all notable LLMs and providers are supported via LiteLLM or LangChain -- **Framework**: Currently supported frameworks include CrewAI and LangGraph +- **Framework**: Currently supported frameworks include CrewAI, LangGraph, OpenAI Swarms and LlamaStack - Roadmap: Pydantic AI, Eliza, AG2 and Autogen - **Tools**: Maintaining the largest repository of framework-agnostic tools! All tools listed [here](https://docs.agentstack.sh/tools/community) - **Observability**: AgentOps baked in by default with first-tier support diff --git a/docs/frameworks/list.mdx b/docs/frameworks/list.mdx new file mode 100644 index 00000000..46f742c5 --- /dev/null +++ b/docs/frameworks/list.mdx @@ -0,0 +1,44 @@ +--- +title: Frameworks +description: 'Supported frameworks in AgentStack' +icon: 'ship' +--- + +These are documentation links to the frameworks supported directly by AgentStack. + +To start a project with one of these frameworks, use +```bash +agentstack init --framework +``` + +## Framework Docs + + + An intuitive agentic framework (recommended) + + + A complex but capable framework with a _steep_ learning curve + + + A simple framework with a cult following + + + An expansive framework with many ancillary features + + \ No newline at end of file diff --git a/docs/images/the_agent_stack.png b/docs/images/the_agent_stack.png index cffa0b72..8044ed8f 100644 Binary files a/docs/images/the_agent_stack.png and b/docs/images/the_agent_stack.png differ diff --git a/docs/mint.json b/docs/mint.json index 9c3aafa5..1bc4e68c 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -26,10 +26,6 @@ "name": "Community", "icon": "discord", "url": "https://discord.gg/JdWkh9tgTQ" - }, { - "name": "CrewAI Docs", - "icon": "ship", - "url": "https://docs.crewai.com/introduction" } ], "navigation": [ @@ -38,7 +34,8 @@ "pages": [ "introduction", "installation", - "quickstart" + "quickstart", + "frameworks/list" ] }, { diff --git a/pyproject.toml b/pyproject.toml index b11c07c3..30f15c25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentstack" -version = "0.3.2" +version = "0.3.3" description = "The fastest way to build robust AI agents" authors = [ { name="Braelyn Boynton", email="bboynton97@gmail.com" },