Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflow: define schemas #27

Open
Tracked by #9
psschwei opened this issue Nov 25, 2024 · 1 comment
Open
Tracked by #9

workflow: define schemas #27

psschwei opened this issue Nov 25, 2024 · 1 comment
Assignees
Labels
hive Multiagent orchestration
Milestone

Comments

@psschwei
Copy link
Collaborator

psschwei commented Nov 25, 2024

As a user, I want a defined schema to write my beehive workflow in.

This is related with #47 and #48

@psschwei psschwei added this to the POC0 milestone Nov 25, 2024
@psschwei psschwei changed the title define schemas workflow: define schemas Nov 25, 2024
@psschwei
Copy link
Collaborator Author

psschwei commented Dec 5, 2024

Working draft of a workflow

apiVersion: beehive/v1
kind: Workflow
metadata:
  name: beehive-deployment
  labels:
    app: mas-example
spec:
  strategy:
    type: sequence
    output: verbose
  template:
    metadata:
      labels:
        app: mas-example
    agents:
      - name: agent1
      - name: agent2
      - name: agent3
    prompt: Here is where I would put the prompt I would give to my multi-agent workflow

@psschwei psschwei added the hive Multiagent orchestration label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hive Multiagent orchestration
Projects
None yet
Development

No branches or pull requests

2 participants