[console_scripts]
langgraph-forge = langgraph_forge.scaffold.cli:app

[langgraph_forge.deployment_adapters]
azure = langgraph_forge.deploy.azure:AzureAIAgentAdapter
bedrock = langgraph_forge.deploy.bedrock:BedrockAgentCoreAdapter
direct = langgraph_forge.deploy.direct:DirectAdapter
vertex = langgraph_forge.deploy.vertex:VertexAgentEngineAdapter
