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

feat(internal): Automated test of demo #211

Merged
merged 8 commits into from
Feb 10, 2025
Merged

Conversation

planetf1
Copy link
Collaborator

@planetf1 planetf1 commented Feb 10, 2025

POC of running a basic demo

  • Runs the crewAI activity planner workflow (basic, does not use bee)
  • Workflow launches Ollama only (not bee stack)
  • Uses llama3.2:1b model
  • no checking of output

Based on results of this (after discussion) could consider

  • Generalizing to search for demos matching certain criteria
  • Adding bee-stack (this might require a custom action, use of a composite compose, or k8s, perhaps KinD)
  • how to define expected results

Other tests are also possible that stub out external calls to ollama

Copy link
Collaborator

@maximilien maximilien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is still a failed check. Are you planning to solve or do you want me to?

@maximilien maximilien marked this pull request as ready for review February 10, 2025 20:46
@maximilien
Copy link
Collaborator

Don't add bee stack. Get the failed checks fixed. Thx

@planetf1
Copy link
Collaborator Author

Don't add bee stack. Get the failed checks fixed. Thx

I should clarify, the 'to consider' list is not for now (just input for discussion) This PR is just to understand the feasibility of automating one of the workflows that uses ollama that's been a bit problematic.

Will look at schema in separate PR.

@planetf1 planetf1 marked this pull request as draft February 10, 2025 21:14
@maximilien
Copy link
Collaborator

I am saying don't worry about "to consider" get this PR passing checks. And be done for now. Thx

@maximilien maximilien marked this pull request as ready for review February 10, 2025 23:36
Copy link
Collaborator

@maximilien maximilien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parts are failing but will fix this in separate PRs. Let's merge this for now. Thx

@maximilien maximilien merged commit fde0663 into i-am-bee:main Feb 10, 2025
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants