Skip to content

Create processing framework that allows for agent cross-talk #10

@beansrowning

Description

@beansrowning
  • BatchProcessor currently uses the assumption of independence (ie. each chunk is processed independently from each other) and there is no agent-agent communication (though it's roughly allowed via callback)
  • This should be asynchronous, and probably via toolcall / callback
    • Calling agent executes toolcall / callback, which pings another agent to begin processing
    • There's probably a framework that exists for this style of communication, or I could just build it from scatch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions