Skip to content

Commit 8fb2bb9

Browse files
committed
add logos and update readme
1 parent a241a99 commit 8fb2bb9

File tree

3 files changed

+13
-35
lines changed

3 files changed

+13
-35
lines changed

README.md

+6-35
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 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)
22

3-
<img alt="Logo" align="right" src="assets/agentopslogo.png" width="20%" />
3+
<img alt="Logo" align="right" src="logo.svg" width="20%" />
44

5-
Create AI agent projects with no build configuration.
5+
Create AI agent projects from the command line.
66

77
- [Creating an Agent Project](#creating-an-agent-project) – How to create a new agent project.
88
- [User Guide](https://docs.agentops.ai) – How to develop agent projects bootstrapped with AgentStack.
@@ -11,6 +11,7 @@ AgentStack works on macOS, Windows, and Linux.<br>
1111
If something doesn't work, please [file an issue](https://github.com/agentops-ai/agentops/issues/new).<br>
1212
If you have questions or need help, please ask in our [Discord community](https://discord.gg/a4VQ23Aps5).
1313

14+
1415
## Quick Overview
1516

1617
```sh
@@ -20,11 +21,9 @@ cd my-agent-project
2021
python main.py
2122
```
2223

23-
Then open [http://localhost:3000/](http://localhost:3000/) to see your agent project.<br>
24-
When you're ready to deploy to production, create a production-ready version with `python build.py`.
2524

2625
<p align='center'>
27-
<img src='assets/screenshot.png' width='600' alt='agentstack init'>
26+
<img src='stack.png' width='600' alt='agentstack init'>
2827
</p>
2928

3029
### Get Started Immediately
@@ -72,38 +71,14 @@ Inside the newly created project, you can run some built-in commands:
7271
### `python main.py`
7372

7473
Runs the agent project in development mode.<br>
75-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
76-
77-
The page will automatically reload if you make changes to the code.<br>
78-
You will see the build errors and lint warnings in the console.
79-
80-
### `python test.py`
81-
82-
Runs the test suite in an interactive mode.<br>
83-
By default, runs tests related to files changed since the last commit.
84-
85-
### `python build.py`
86-
87-
Builds the agent project for production to the `build` folder.<br>
88-
It correctly bundles the project in production mode and optimizes the build for the best performance.
89-
90-
Your agent project is ready to be deployed.
91-
92-
## User Guide
93-
94-
You can find detailed instructions on using AgentStack and many tips in [its documentation](https://docs.agentops.ai).
95-
96-
## How to Update to New Versions?
97-
98-
Please refer to the [User Guide](https://docs.agentops.ai/updating-to-new-releases) for this and other information.
9974

10075
## Philosophy
10176

102-
- **One Dependency:** There is only one build dependency. It uses popular agent frameworks and LLM providers, but provides a cohesive curated experience on top of them.
77+
- **Agents should be easy:** There are so many frameworks out there, but starting from scratch is a pain. Similar to Create React App, Agent Stack aims to simplify the "from scratch" process by giving you a simple boilerplate of an agent. It uses popular agent frameworks and LLM providers, but provides a cohesive curated experience on top of them.
10378

10479
- **No Configuration Required:** You don't need to configure anything. A reasonably good configuration of both development and production builds is handled for you so you can focus on writing code.
10580

106-
- **No Lock-In:** You can "eject" to a custom setup at any time. Run a single command, and all the configuration and build dependencies will be moved directly into your project, so you can pick up right where you left off.
81+
- **No Lock-In:** You can customize your setup at any time. Agent Stack is designed to make it easy to get the components you need running right off the bat; it's up to you what to do next.
10782

10883
## What's Included?
10984

@@ -117,10 +92,6 @@ Your environment will have everything you need to build a modern AI agent projec
11792
- Integration with [AgentOps](https://agentops.ai) for AI agent observability.
11893
- Hassle-free updates for the above tools with a single dependency.
11994

120-
## Contributing
121-
122-
We'd love to have your helping hand on AgentStack! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started.
123-
12495
## License
12596

12697
AgentStack is open source software [licensed as MIT](LICENSE).

logo.svg

+7
Loading

stack.png

307 KB
Loading

0 commit comments

Comments
 (0)