forked from a2aproject/a2a-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (27 loc) · 910 Bytes
/
pyproject.toml
File metadata and controls
28 lines (27 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[project]
name = "a2a-samples-workspace"
version = "0.1.0"
description = "Agent2Agent samples"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
[tool.uv.workspace]
members = [
"samples/python/agents/crewai",
"samples/python/agents/adk_expense_reimbursement",
"samples/python/agents/marvin",
"samples/python/hosts/cli",
"samples/python/hosts/extended_agent_card_cli",
"samples/python/hosts/multiagent",
"samples/python/agents/airbnb_planner_multiagent",
"samples/python/agents/llama_index_file_chat",
"samples/python/agents/semantickernel",
"samples/python/agents/mindsdb",
"samples/python/agents/extended_agent_card_adk",
"samples/python/agents/veo_video_gen",
"samples/python/agents/dice_agent_grpc",
"samples/python/agents/dice_agent_rest",
"samples/python/agents/ag2",
"samples/python/extensions/timestamp",
"demo/ui",
]