-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
AgentIssues & PRs about the AI Agent componentIssues & PRs about the AI Agent componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)
Description
Hi,
Building anything more complex than a single prompt/response quickly becomes hard.
Developers need to:
chain multiple LLM calls and tool calls,
branch or loop based on llm results,
resume long-running tasks after a crash,
inject human approval at steps
The Python ecosystem already has LangGraph, which tackles these points.
If the core team is open to the idea
Feedback welcome!
Thanks for considering
Metadata
Metadata
Assignees
Labels
AgentIssues & PRs about the AI Agent componentIssues & PRs about the AI Agent componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)