Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ pip install agentstack
agentstack init <project_name>
```

AgentStack scaffolds your _agent stack_ - the tech stack that collectively is your agent

<p align='center'>
<img src='https://raw.githubusercontent.com/agentops-ai/agentstack/main/stack.png' width='600' alt='agentstack init'>
<img src='https://raw.githubusercontent.com/agentops-ai/agentstack/docs/images/the_agent_stack.png' width='600' alt='agentstack init'>
</p>

### Get Started Immediately
Expand Down
Binary file added docs/images/the_agent_stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,21 @@ _Think `create-next-app` for Agents._
- Instant project setup with `agentstack init`
- Useful CLI commands for generating new agents and tasks in the development cycle
- A myriad of pre-built tools for Agents
- _Much more soon_

## What is _the agent stack_
The agent stack is the list of tools that are collectively the _agent stack_.

This is similar to the tech stack of a web app. An agent's tech stack is comprised of the following:

<img
src="/images/the_agent_stack.png"
alt="Agent Stack Example"
/>

Whether a project is built with AgentStack or not, the concept of the agent stack remains the same.

## What is **AgentStack**
Our project is called **AgentStack** because it's the easiest way to quickly scaffold your agent stack! With a couple CLI commands, you can create a near-production ready agent!

## First Steps

Expand All @@ -42,6 +56,10 @@ _Think `create-next-app` for Agents._
>
A quickstart guide to using the CLI
</Card>
<Card title="Overview" icon="cloud" href="https://www.loom.com/share/b87b6a42d99c435a9ee328bf3e57a594" target="_blank">
High level overview of AgentStack
![thumbnail](https://cdn.loom.com/sessions/thumbnails/b87b6a42d99c435a9ee328bf3e57a594-c297554684e16934-full-play.gif)
</Card>
<Card title="Tutorial" icon="person-carry-box" href="https://www.loom.com/share/68d796b13cd94647bd1d7fae12b2358e?sid=7fdf595b-de84-4d51-9a81-ef1e9c8ac71c" target="_blank">
Build a simple web scraper agent
![thumbnail](https://cdn.loom.com/sessions/thumbnails/68d796b13cd94647bd1d7fae12b2358e-5d62273c24a53191-full-play.gif)
Expand Down
Loading