19 lines
415 B
TOML
19 lines
415 B
TOML
[project]
|
|
name = "claude-sdk-python-starter-agent"
|
|
version = "0.1.0"
|
|
description = "Claude Agent SDK integration server for AG-UI"
|
|
requires-python = ">=3.12,<3.14"
|
|
dependencies = [
|
|
"anthropic==0.111.0",
|
|
"claude-agent-sdk==0.2.104",
|
|
"ag-ui-claude-sdk==0.1.5",
|
|
"ag-ui-protocol==0.1.19",
|
|
"copilotkit==0.1.94",
|
|
"fastapi>=0.115.0",
|
|
"uvicorn>=0.34.0",
|
|
"python-dotenv>=1.0.1",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|