mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 14:04:27 +01:00
Finish integrating command registry
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import os
|
||||
import sys
|
||||
import importlib
|
||||
import inspect
|
||||
from typing import Callable, Any, List, Optional
|
||||
import os
|
||||
import sys
|
||||
from typing import Any, Callable, List, Optional
|
||||
|
||||
# Unique identifier for auto-gpt commands
|
||||
AUTO_GPT_COMMAND_IDENTIFIER = "auto_gpt_command"
|
||||
|
||||
Reference in New Issue
Block a user