chore: release api v0.3.4
Build and Push API / release (push) Successful in 4s
Build and Push API / build (push) Successful in 1m18s

This commit is contained in:
2026-01-11 20:21:50 +01:00
parent b5b2346db5
commit 470b7448ac
8 changed files with 909 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ from src.domains.agents.base import get_agent, list_agents
# Import agents to ensure they're registered
import src.domains.agents.explore # noqa: F401
import src.domains.agents.plan # noqa: F401
import src.domains.agents.task # noqa: F401
from src.domains.agents.schemas import (
AgentRunRequest,
AgentRunResponse,