Skip to content

FastAPI Router Migration: Agents API #4336

@skamenan7

Description

@skamenan7

Part of #4084 - FastAPI Router Migration Proposal

Scope

Migrate the agents API from @webmethod decorators to standard FastAPI routers.

Tasks

  • Extract Protocol to agents/service.py (remove @webmethod)
  • Create agents/models.py with Pydantic request/response models
  • Create agents/routes.py with FastAPI router
  • Register router in router registry
  • Update agent provider implementations
  • Update tests

Dependencies

Related to #4084

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions