[agentship.auth_providers]
api_key = agentship.auth.registry:api_key_from_config
composite = agentship.auth.registry:composite_from_config
forwarded = agentship.auth.registry:forwarded_from_config
jwt = agentship.auth.registry:jwt_from_config

[agentship.engines]
echo = agentship.engines.echo:EchoEngine

[agentship.model_routers]
default = agentship.primitives.model_router:DefaultModelRouter
