griptape
griptape copied to clipboard
Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.
- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes update log levels for tasks so that outputs can be...
- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes moving `try_run` and `order_tasks` to the top-level `Structure` to normalize...
- add `ControlFlowTask`, `ControlFlowArtifact`, `TaskArtifact` - add new task state `CANCELLED` Closes #904
- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes ## Issue ticket number and link
- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes **Additional Context:** This implementation allows future integrations with other graph...
- [X] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the bug** I copypasted tutorial example, but updated it to use local Llama 3.1. The example fails with...
- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Is your feature request related to a problem? Please describe.** When using Vector Store Drivers, users need to manually...
- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes Changed: - **BREAKING**: Removed `ImageQueryDriver` in favor of using `PromptDriver`...
- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes Main changes: - Update `Workflow` to simplify creation. - Remove...
- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the bug** parameters `json_extraction_engine` and `csv_extraction_engine` are available but unused in `TextArtifactStorage`. [link to code](https://github.com/griptape-ai/griptape/blob/e1977ce2f42665221482a1d365cc92931c5c6179/griptape/memory/task/storage/text_artifact_storage.py#L22-L23) **Expected behavior** A...