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

Schema: define the schema for agent #136

Open
maximilien opened this issue Jan 23, 2025 · 3 comments · Fixed by #133
Open

Schema: define the schema for agent #136

maximilien opened this issue Jan 23, 2025 · 3 comments · Fixed by #133
Assignees
Labels
hive Multiagent orchestration
Milestone

Comments

@maximilien
Copy link
Collaborator

maximilien commented Jan 23, 2025

Create the first version of the agent section for the workflow.

apiVersion: beehive/v1alpha1
kind: Agent
metadata:
  name: hot-or-not
  labels:
    app: mas-example
spec:
  model: meta-llama/llama-3-1-70b-instruct
  description: Is the current temperature hotter than usual?
  tools:
    - code_interpreter
    - weather
  instructions: The user will give you a temperature in Fahrenheit and a location. Use the OpenMateo weather tool to find the average monthly temperature for the location. Answer if the temperature provided by the user is hotter or colder than the average found by the tool.

CC: @planetf1 @akihikokuroda @psschwei

@psschwei
Copy link
Collaborator

Also

spec:
  type: bee

or

spec:
  type: langchain

and for running code:

spec:
  type: code
  code: | 
    print("knock knock")
    print("who's there?")

@maximilien maximilien self-assigned this Jan 23, 2025
@maximilien maximilien added the hive Multiagent orchestration label Jan 23, 2025
@maximilien maximilien added this to the POC1 milestone Jan 23, 2025
@maximilien maximilien linked a pull request Jan 23, 2025 that will close this issue
@maximilien maximilien reopened this Jan 23, 2025
@maximilien
Copy link
Collaborator Author

Closed this too early. Should have closed #27

@maximilien
Copy link
Collaborator Author

PR #139 should fix this.

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

Successfully merging a pull request may close this issue.

2 participants