mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Update link to AGS repo in AGS blogpost (#2022)
Update link to AGS repo in AGS blogpost
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user