mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: Add Python agent runtime project infrastructure (#563)
* 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>
This commit is contained in:
committed by
GitHub
Unverified
parent
6590a27c4e
commit
3286e8c8b1
@@ -64,6 +64,7 @@ agent-framework = { workspace = true }
|
||||
agent-framework-azure = { workspace = true }
|
||||
agent-framework-foundry = { workspace = true }
|
||||
agent-framework-workflow = { workspace = true }
|
||||
agent-framework-runtime = { workspace = true }
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
Reference in New Issue
Block a user