Fix agent module (#4441)

This commit is contained in:
Agnieszka Marzec 2023-03-16 11:14:59 +02:00 committed by GitHub
parent 9802fb159a
commit 798fba87dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
loaders:
- type: python
search_path: [../../../haystack/agents/agent]
modules: ['agent']
search_path: [../../../haystack/agents]
modules: ['base']
ignore_when_discovered: ['__init__']
processors:
- type: filter