-
Notifications
You must be signed in to change notification settings - Fork 35
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
Disable strong cache in integration tests #96
Open
ViStefan
wants to merge
85
commits into
main
Choose a base branch
from
no_strong_cache
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add conversion from crewai tool to MotleyTool * add agent_name parameter to MotleyAgentParent * add processing of the arguments for launching the crewai tools * fix to_crewai_tool method * add test for crewai_tools * Simplify the code a bit * Update dependencies & fix config param in output handler _run * Updates * fix tests --------- Co-authored-by: User <[email protected]> Co-authored-by: whimo <[email protected]>
* minor tweaks * Add a tool to call image models like flux and stable diffusion, through replicate.com * Fix directory name in example code snippet
* Supply prompt prefix as a list of messages * Update deps & tests data * Fix tests * update tests data --------- Co-authored-by: Ubuntu <[email protected]>
* Isolate extra requirements * Refactor workflows to use `poetry run` for installing extra dependencies.
…Index integration & workaround for Pydantic v1 compatibility (#74)
* Support Replicate-hosted LLMs * Add support for Together, Groq, and Ollama LLMs in Langchain and LlamaIndex integration. * Replace `OllamaLLM` with `ChatOllama` in `langchain_ollama_llm` function. * Fix import path for ChatOllama in langchain_ollama_llm function. * LLM-related docs & refactoring
…, major refactor (#76) * Unify output handlers and regular tools, improve exception management, major refactor * update tests data * Add AuxPrompts class for handling auxiliary error messages in MotleyCrew. * Refactor output handling and documentation in MotleyCrew, enhancing support for direct returns and exception reflection in tools and agents. * Update tests data * Update quickstart docs * bump version
* Create new Lunary queue if running in a separate thread * Agent call_as_tool explicit input schema * Proper async invocation for Langchain and LlamaIndex agents
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:00 — with
GitHub Actions
Error
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:00 — with
GitHub Actions
Failure
ViStefan
temporarily deployed
to
integration_test
December 13, 2024 02:00 — with
GitHub Actions
Inactive
ViStefan
temporarily deployed
to
integration_test
December 13, 2024 02:00 — with
GitHub Actions
Inactive
ViStefan
temporarily deployed
to
integration_test
December 13, 2024 02:00 — with
GitHub Actions
Inactive
ViStefan
temporarily deployed
to
integration_test
December 13, 2024 02:00 — with
GitHub Actions
Inactive
ViStefan
temporarily deployed
to
integration_test
December 13, 2024 02:00 — with
GitHub Actions
Inactive
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:00 — with
GitHub Actions
Error
ViStefan
force-pushed
the
no_strong_cache
branch
from
December 13, 2024 02:25
68e8ec1
to
ff091ad
Compare
…g_cache # Conflicts: # .github/workflows/integration_test.yml # .github/workflows/integration_test_minimal.yml # examples/Advanced output handling.ipynb # examples/Blog with Images.ipynb # examples/Multi-step research agent.ipynb # examples/Streaming agent output.ipynb # examples/Validating agent output.ipynb # requirements-extra.txt # tests/run_integration_tests.py
ViStefan
temporarily deployed
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Inactive
ViStefan
requested a deployment
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Waiting
ViStefan
requested a deployment
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Waiting
ViStefan
requested a deployment
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Waiting
ViStefan
requested a deployment
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Waiting
ViStefan
requested a deployment
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Waiting
ViStefan
requested a deployment
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Waiting
ViStefan
requested a deployment
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Waiting
ViStefan
requested a deployment
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Waiting
ViStefan
requested a deployment
to
integration_test
December 13, 2024 02:28 — with
GitHub Actions
Waiting
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:34 — with
GitHub Actions
Failure
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:34 — with
GitHub Actions
Error
ViStefan
temporarily deployed
to
integration_test
December 13, 2024 02:34 — with
GitHub Actions
Inactive
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:34 — with
GitHub Actions
Error
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:34 — with
GitHub Actions
Error
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:34 — with
GitHub Actions
Error
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:34 — with
GitHub Actions
Error
ViStefan
had a problem deploying
to
integration_test
December 13, 2024 02:34 — with
GitHub Actions
Error
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.