First commit

This commit is contained in:
2026-06-19 22:17:09 -03:00
commit 239203ee2a
533 changed files with 75195 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[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"]