Skip to content

[General] Why should I use AgentScope Runtime instead of plain LangGraph + uvicorn? #272

@flyflypeng

Description

@flyflypeng

I have already built several agent applications with LangGraph SDK. LangGraph gives me:

  • Built-in execution state tracking
  • Full conversation history
  • Long-term memory (via the LangMem extension)

When I need to go live I simply wrap the app with a thin uvicorn layer, build a container image, and deploy it to my Kubernetes cluster.

Given that background, I’m struggling to see what extra value the AgentScope Runtime would add for me.

Could you:

  1. Explain the concrete benefits I would gain by switching to (or adding) AgentScope Runtime instead of sticking with my current LangGraph + uvicorn + K8s workflow?
  2. Provide a minimal end-to-end example that shows how to run an existing LangGraph-based agent under AgentScope Runtime?

Having a runnable sample would help me evaluate whether the migration is worth it.

Metadata

Metadata

Assignees

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