You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,38 +71,14 @@ Inside the newly created project, you can run some built-in commands:
72
71
### `python main.py`
73
72
74
73
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.
99
74
100
75
## Philosophy
101
76
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.
103
78
104
79
-**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.
105
80
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.
107
82
108
83
## What's Included?
109
84
@@ -117,10 +92,6 @@ Your environment will have everything you need to build a modern AI agent projec
117
92
- Integration with [AgentOps](https://agentops.ai) for AI agent observability.
118
93
- Hassle-free updates for the above tools with a single dependency.
119
94
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
-
124
95
## License
125
96
126
97
AgentStack is open source software [licensed as MIT](LICENSE).
0 commit comments