Skip to content

feat: Scaffold conversation branching configuration #27

@rdwj

Description

@rdwj

Summary

Include conversation forking configuration in scaffolded projects. Users exploring multiple solution paths need the ability to branch a conversation at any point and resume each fork independently.

Requirements

  • Add branching section to scaffolded agent.yaml with enabled toggle and max_forks_per_session.
  • Document the fork API endpoints (POST /v1/sessions/{id}/fork, GET /v1/sessions/{id}/forks) in the scaffolded README.
  • Note the session store schema requirement: message-level addressing is needed for fork-point identification.
  • Scaffold a YAML comment explaining the copy-on-write fork model.

Companion Issues

Companion issues filed on fips-agents/agent-template, fips-agents/gateway-template, fips-agents/ui-template, and fips-agents/examples.

Size

S

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions