Skip to content

[Agent][RFC] Add a graph-based AI workflow engine (LangGraph-style) to Symfony/ai #155

@emreakay

Description

@emreakay

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

No one assigned

    Labels

    AgentIssues & PRs about the AI Agent componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions