Skip to content

Commit 08ba070

Browse files
authored
Update link to AGS repo in AGS blogpost (#2022)
Update link to AGS repo in AGS blogpost
1 parent 462ef9c commit 08ba070

File tree

1 file changed

+1
-1
lines changed
  • website/blog/2023-12-01-AutoGenStudio

1 file changed

+1
-1
lines changed

website/blog/2023-12-01-AutoGenStudio/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ AutoGen Studio comes with 3 example skills: `fetch_profile`, `find_papers`, `gen
162162

163163
## The AutoGen Studio API
164164

165-
While AutoGen Studio is a web interface, it is powered by an underlying python API that is reusable and modular. Importantly, we have implemented an API where agent workflows can be declaratively specified (in JSON), loaded and run. An example of the current API is shown below. Please consult the [AutoGen Studio repo](https://microsoft.github.io/autogen/docs/autogenstudio) for more details.
165+
While AutoGen Studio is a web interface, it is powered by an underlying python API that is reusable and modular. Importantly, we have implemented an API where agent workflows can be declaratively specified (in JSON), loaded and run. An example of the current API is shown below. Please consult the [AutoGen Studio repo](https://github.com/microsoft/autogen/tree/main/samples/apps/autogen-studio) for more details.
166166

167167
```python
168168
import json

0 commit comments

Comments
 (0)