Skip to content

Commit 80fb25e

Browse files
authored
Merge branch 'main' into alias-test-fix
2 parents 4ff137c + f15d89c commit 80fb25e

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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+
# AgentStack
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

520
Create 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

1833
AgentStack 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
@@ -147,4 +149,4 @@ AgentStack is open source software [licensed as MIT](LICENSE).
147149

148150
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).
149151

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.

agentstack_banner.png

33.9 KB
Loading

docs/images/the_agent_stack.png

35.4 KB
Loading

exa.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)