Update link to AGS repo in AGS blogpost (#2022)

Update link to AGS repo in AGS blogpost
This commit is contained in:
Victor Dibia
2024-03-14 13:44:28 -07:00
committed by GitHub
parent 462ef9c387
commit 08ba070936

View File

@@ -162,7 +162,7 @@ AutoGen Studio comes with 3 example skills: `fetch_profile`, `find_papers`, `gen
## The AutoGen Studio API
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.
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.
```python
import json