File tree Expand file tree Collapse file tree 4 files changed +18
-15
lines changed
Expand file tree Collapse file tree 4 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 1- # AgentStack [ ![ Python 3.10+] ( https://img.shields.io/badge/python-3.10+-blue.svg )] ( https://www.python.org/downloads/release/python-3100/ ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT ) ![ python-testing] ( https://github.com/agentops-ai/agentstack/actions/workflows/python-testing.yml/badge.svg ) ![ mypy] ( https://github.com/agentops-ai/agentstack/actions/workflows/mypy.yml/badge.svg ) [ ![ codecov.io] ( https://codecov.io/github/agentops-ai/agentstack/coverage.svg?branch=master )] ( https://codecov.io/github/agentops-ai/agentstack>?branch=master )
1+ <img src =" ./agentstack_banner.png " alt =" AgentStack Banner " >
2+
3+ [ ![ Python 3.10+] ( https://img.shields.io/badge/python-3.10+-blue.svg )] ( https://www.python.org/downloads/release/python-3100/ ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT ) ![ python-testing] ( https://github.com/agentops-ai/agentstack/actions/workflows/python-testing.yml/badge.svg ) ![ mypy] ( https://github.com/agentops-ai/agentstack/actions/workflows/mypy.yml/badge.svg ) [ ![ codecov.io] ( https://codecov.io/github/agentops-ai/agentstack/coverage.svg?branch=master )] ( https://codecov.io/github/agentops-ai/agentstack>?branch=master )
4+
5+
6+ AgentStack scaffolds your _ agent stack_ - the tech stack that collectively is your agent
7+
8+ <p align =' center ' >
9+ <img src =' ./docs/images/the_agent_stack.png ' width =' 600 ' alt =' AgentStack items ' >
10+ </p >
11+
12+ ### Install AgentStack
13+
14+ ``` sh
15+ pip install agentstack
16+ agentstack init < project_name>
17+ ```
218
3- <img alt =" Logo " align =" right " src =" https://raw.githubusercontent.com/bboynton97/agentstack-docs/3491fe490ea535e7def74c83182dfa8dcfb1f562/logo/dark-sm.svg " width =" 20% " />
419
520Create AI agent projects from the command line.
621
@@ -17,19 +32,6 @@ AgentStack serves as a great tool for starting your agent project and offers man
1732
1833AgentStack is _ not_ a low-code alternative to development. Developers will still need an understanding of how to build with their selected agent framework.
1934
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
28-
29- <p align =' center ' >
30- <img src =' https://github.com/AgentOps-AI/AgentStack/blob/main/docs/images/the_agent_stack.png?raw=true ' width =' 600 ' alt =' agentstack init ' >
31- </p >
32-
3335### Currently Supported Providers
3436- ** LLMs** : Most all notable LLMs and providers are supported via LiteLLM or LangChain
3537- ** Framework** : Currently supported frameworks include CrewAI, LangGraph, OpenAI Swarms and LlamaStack
You can’t perform that action at this time.
0 commit comments