agent learn with pipeline input ok
This commit is contained in:
@@ -6,8 +6,8 @@ from .agent.agent_base import AgentPrompt,CustomAIAgent, AgentTodo
|
||||
from .agent.chatsession import AIChatSession
|
||||
from .agent.agent import AIAgent,AIAgentTemplete, BaseAIAgent
|
||||
from .agent.role import AIRole,AIRoleGroup
|
||||
from .agent.workflow import Workflow
|
||||
from .agent.ai_function import SimpleAIFunction
|
||||
# from .agent.workflow import Workflow
|
||||
from .agent.ai_function import SimpleAIFunction, SimpleAIOperation
|
||||
|
||||
from .frame.compute_kernel import ComputeKernel,ComputeTask,ComputeTaskResult,ComputeTaskState,ComputeTaskType
|
||||
from .frame.compute_node import ComputeNode,LocalComputeNode
|
||||
@@ -17,10 +17,10 @@ from .frame.contact_manager import ContactManager,Contact,FamilyMember
|
||||
from .frame.queue_compute_node import Queue_ComputeNode
|
||||
|
||||
from .environment.environment import BaseEnvironment,SimpleEnvironment,CompositeEnvironment
|
||||
from .environment.workflow_env import WorkflowEnvironment,CalenderEnvironment,CalenderEvent,PaintEnvironment
|
||||
# from .environment.workflow_env import WorkflowEnvironment,CalenderEnvironment,CalenderEvent,PaintEnvironment
|
||||
from .environment.text_to_speech_function import TextToSpeechFunction
|
||||
from .environment.image_2_text_function import Image2TextFunction
|
||||
from .environment.workspace_env import ShellEnvironment,WorkspaceEnvironment,TodoListEnvironment,TodoListType
|
||||
from .environment.workspace_env import WorkspaceEnvironment,TodoListEnvironment,TodoListType
|
||||
|
||||
from .storage.storage import ResourceLocation,AIStorage,UserConfig,UserConfigItem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user