mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
agentic_system --> llama_agentic_system
This commit is contained in:
parent
1eac470045
commit
4417407652
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class LlamaCLIParser:
|
||||||
|
|
||||||
# Import sub-commands from agentic_system if they exist
|
# Import sub-commands from agentic_system if they exist
|
||||||
try:
|
try:
|
||||||
from agentic_system.cli.subcommand_modules import (
|
from llama_agentic_system.cli.subcommand_modules import (
|
||||||
SUBCOMMAND_MODULES,
|
SUBCOMMAND_MODULES,
|
||||||
)
|
)
|
||||||
for module in SUBCOMMAND_MODULES:
|
for module in SUBCOMMAND_MODULES:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue