Skip to content

Commit e8b1048

Browse files
authored
chore: Remove Agent after Haystack 2.12 release (#263)
* remove agent, state, invokver, (component)tool * remove pydoc * remove tool invoker tests * remove agent example * move agent to adopted experiments in readme
1 parent d6eba6c commit e8b1048

38 files changed

Lines changed: 1 addition & 6440 deletions

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ that includes it. Once it reaches the end of its lifespan, the experiment will b
4343

4444
| Name | Type | Expected End Date | Dependencies | Cookbook | Discussion |
4545
|---------------------------------------------------------------------|------------------------------------------|-------------------|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|
46-
| [`Agent`][1] | Simplify Agent development | April 2025 | None | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/github_issue_resolver_agent.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/> | [Discuss](https://github.com/deepset-ai/haystack-experimental/discussions/189) |
4746
| [`SuperComponent`][2] | Component | February 2025 | None | | [Discuss](https://github.com/deepset-ai/haystack-experimental/discussions/189) |
4847
| [`InMemoryChatMessageStore`][6] | Memory Store | December 2024 | None | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/conversational_rag_using_memory.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/> | [Discuss](https://github.com/deepset-ai/haystack-experimental/discussions/75) |
4948
| [`ChatMessageRetriever`][7] | Memory Component | December 2024 | None | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/conversational_rag_using_memory.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/> | [Discuss](https://github.com/deepset-ai/haystack-experimental/discussions/75) |
5049
| [`ChatMessageWriter`][8] | Memory Component | December 2024 | None | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/conversational_rag_using_memory.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/> | [Discuss](https://github.com/deepset-ai/haystack-experimental/discussions/75) |
5150

52-
[1]: https://github.com/deepset-ai/haystack-experimental/blob/main/haystack_experimental/components/agents/agent.py
5351
[2]: https://github.com/deepset-ai/haystack-experimental/blob/main/haystack_experimental/core/super_component/super_component.py
5452
[4]: https://github.com/deepset-ai/haystack-experimental/blob/main/haystack_experimental/components/retrievers/auto_merging_retriever.py
5553
[5]: https://github.com/deepset-ai/haystack-experimental/blob/main/haystack_experimental/components/splitters/hierarchical_doc_splitter.py
@@ -64,6 +62,7 @@ that includes it. Once it reaches the end of its lifespan, the experiment will b
6462
| `AsyncPipeline`; `Pipeline` bug fixes and refactoring | AsyncPipeline execution | 0.7.0 |
6563
| `LLMMetadataExtractor` | Metadata extraction with LLM | 0.7.0 |
6664
| `Auto-Merging Retriever` & `HierarchicalDocumentSplitter` | Document Splitting & Retrieval Technique | 0.8.0 |
65+
| `Agent` | Simplify Agent development | 0.8.0 |
6766

6867
### Discontinued experiments
6968

β€Ždocs/pydoc/config/agents_api.ymlβ€Ž

Lines changed: 0 additions & 30 deletions
This file was deleted.

β€Žexamples/agent.ipynbβ€Ž

Lines changed: 0 additions & 708 deletions
This file was deleted.

β€Žexamples/agent_prompts/__init__.pyβ€Ž

Lines changed: 0 additions & 8 deletions
This file was deleted.

β€Žexamples/agent_prompts/comment_tool.pyβ€Ž

Lines changed: 0 additions & 22 deletions
This file was deleted.

β€Žexamples/agent_prompts/context.pyβ€Ž

Lines changed: 0 additions & 175 deletions
This file was deleted.

β€Žexamples/agent_prompts/file_editor_tool.pyβ€Ž

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
Β (0)