mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
fix: fix config.toml in examples
This commit is contained in:
@@ -28,8 +28,8 @@ service = ['${ROOT_PACKAGE}.intelligence.service.agent_service']
|
||||
prompt = ['${ROOT_PACKAGE}.intelligence.agentic.prompt']
|
||||
# Scan and register product components for all paths under this list, with priority over the default.
|
||||
product = ['${ROOT_PACKAGE}.platform.difizen.product']
|
||||
# Scan and register workflow components for all paths under this list, with priority over the default.
|
||||
workflow = ['${ROOT_PACKAGE}.platform.difizen.workflow']
|
||||
## Scan and register workflow components for all paths under this list, with priority over the default.
|
||||
#workflow = ['${ROOT_PACKAGE}.platform.difizen.workflow']
|
||||
# Scan and register store components for all paths under this list, with priority over the default.
|
||||
store = ['${ROOT_PACKAGE}.intelligence.agentic.knowledge.store']
|
||||
# Scan and register rag_router components for all paths under this list, with priority over the default.
|
||||
|
||||
Reference in New Issue
Block a user