Open
Description
Keep in mind that Agent depends on new features in:
- State (a new data class)
- updates to Tool, ComponentTool and ToolInvoker
Steps for Moving an Experiment to Haystack Core or Integrations
- Make sure the latest Haystack release or an integration release contains the merged experiment
- Update import statements in example cookbook, remove experimental tag from cookbook, etc.
- Close discussion in haystack-experimental with move information
- Remove pydocs
- Move experiment from active experiments in the catalog in haystack-experimental README.md to adopted experiments
- Remove example notebook from haystack-experimental if it exists
- feat: Add GitHub integration with agent_prompts and github_components haystack-core-integrations#1637
- add agents example with GitHub components from experimental haystack-cookbook#183