agentic_system --> llama_agentic_system

This commit is contained in:
Hardik Shah 2024-07-22 01:20:32 -07:00
parent 1eac470045
commit 4417407652

View file

@ -25,7 +25,7 @@ class LlamaCLIParser:
# Import sub-commands from agentic_system if they exist
try:
from agentic_system.cli.subcommand_modules import (
from llama_agentic_system.cli.subcommand_modules import (
SUBCOMMAND_MODULES,
)
for module in SUBCOMMAND_MODULES: