Collin Dutter
Collin Dutter
Hey @jimatregrello we've recently introduced a handful of framework features that enables multi-agent orchestration. You can see an example [here](https://docs.griptape.ai/stable/examples/multi-agent-workflow/). Closing this item for now but please let us know...
This originally came from the need for `TextQueryTask` needing to access Conversation Memory so that it could query with more context. Though we can accomplish something similar with the the...
After thinking about this some more I'm not sure I'm a fan of moving Task output to `logging.debug` statements since most of the time this is useful information. To keep...
@vachillo all tests appear to be failing
Not sure how to unit test this because of schrodinger's initialization. Inspecting the `config.driver` property immediately gives it a value.
Technically there is no `_drivers` because of the `alias`. I'll remove the attrs magic since users will never create a `_Config` directly. It'll always be used via the setters.
Ok I really don't know how to test this because of this [root conftest](https://github.com/griptape-ai/griptape/blob/8b9e10c7eeb37e1ddca85c2fd4cc45f2d2595a0a/tests/unit/conftest.py#L17-L21) which immediately initializes the value for all tests. According to Codecov we're already covered here 🤷♂️
Great point, @michal-repo! I had completely forgotten that we intentionally decided to remove that functionality to reduce Griptape's maintenance surface area. Griptape's focus should remain solely on data-plane operations.
Slight variation to this implementation: https://github.com/griptape-ai/griptape/compare/dev...feature/branch-task
@Kornspan from the read the docs build: ``` Installing dependencies from lock file pyproject.toml changed significantly since poetry.lock was last generated. Run `poetry lock [--no-update]` to fix the lock file....