mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
12 lines
432 B
TOML
12 lines
432 B
TOML
[project]
|
|
name = "agent-framework-oci-platform"
|
|
version = "0.2.0"
|
|
description = "Agent Framework OCI modular platform distribution"
|
|
requires-python = ">=3.10"
|
|
|
|
[tool.agent_framework_oci.layout]
|
|
libs = ["libs/agent_framework"]
|
|
apps = ["apps/agent_gateway", "apps/channel_gateway", "apps/ai_gateway", "apps/mcp_gateway"]
|
|
templates = ["templates/backend", "templates/backend_day_zero"]
|
|
evals = ["evals/offline", "evals/certification"]
|