Skip to content

[General] Brief description怎么使用使用runtime使用同一个端口号,部署多套智能体 #478

@kouyanming

Description

@kouyanming

使用下面代码只能运行一个智能体,想通过不同路由区分,怎么弄
skill_agent_app = AgentApp(
app_name="智能体1",
app_description="可以自动调用相关技能",
lifespan=lifespan,
endpoint_path="/skill_agent"
)
....
skill_agent_app.run(host="0.0.0.0", port=8090)

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions