Refactor the Action/Function components, and refactor the basic architecture of Agent Task/Todo.

This commit is contained in:
Liu Zhicong
2023-12-17 18:23:40 -08:00
parent 3d00095650
commit 29594c0319
41 changed files with 2687 additions and 1108 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# pylint:disable=E0402
import logging
from .agent_base import LLMPrompt
from ..proto.compute_task import LLMPrompt
class AIRole:
def __init__(self) -> None: