mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
3286e8c8b1
* Add Python agent runtime project infrastructure. * lint. * Rename agent_runtime dir to agent_framework_runtime. * fix uv.lock * Update pyproject for rename. * Update python/packages/runtime/agent_framework_runtime/agent_actor.py Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Add runtime package to workspace and optional dependencies. --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
10 lines
285 B
Markdown
10 lines
285 B
Markdown
# Get Started with Microsoft Agent Framework Runtime
|
|
|
|
Please install this package as the extra for `agent-framework`:
|
|
|
|
```bash
|
|
pip install agent-framework[runtime]
|
|
```
|
|
|
|
and see the [README](https://github.com/microsoft/agent-framework/tree/main/python/README.md) for more information.
|