Skip to content

Commit 1ed01f4

Browse files
committed
new images
1 parent bf2dab8 commit 1ed01f4

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

README.md

Lines changed: 17 additions & 15 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+
<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

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

agentstack_banner.png

212 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)