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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ sh -c "$(curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/HEAD/i
60
60
```
61
61
62
62
> [!TIP]
63
-
> The one-line script works on Linux and macOS. For manual setup or experimental Windows support, see the [quickstart guide](https://agentstack.beeai.dev/introduction/quickstart).
63
+
> The one-line script works on Linux and macOS. For manual setup or experimental Windows support, see the [quickstart guide](https://docs.beeai.dev/introduction/quickstart).
64
64
65
65
### Usage
66
66
@@ -89,7 +89,7 @@ agentstack run example_agent "Alice" # Test your agent
89
89
You should see: "Ciao Alice!" 🎉
90
90
91
91
> [!TIP]
92
-
> Check out [Start Building Agents](https://agentstack.beeai.dev/introduction/start-building-agents) for a complete step-by-step guide to creating your first agent.
92
+
> Check out [Start Building Agents](https://docs.beeai.dev/introduction/start-building-agents) for a complete step-by-step guide to creating your first agent.
93
93
94
94
---
95
95
@@ -124,7 +124,7 @@ A growing collection of community-built agents showcasing various use cases and
124
124
125
125
## Documentation
126
126
127
-
Visit [agentstack.beeai.dev](https://agentstack.beeai.dev) for full documentation.
127
+
Visit [docs.beeai.dev](https://docs.beeai.dev) for full documentation.
0 commit comments