mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-28 21:12:13 +00:00
refactor(agent): Refactor resource of agents (#1518)
This commit is contained in:
@@ -6,7 +6,7 @@ from typing import List, Optional
|
||||
from dbgpt._private.pydantic import BaseModel, Field
|
||||
from dbgpt.vis.tags.vis_agent_plans import Vis, VisAgentPlans
|
||||
|
||||
from ...resource.resource_api import AgentResource
|
||||
from ...resource.base import AgentResource
|
||||
from ..action.base import Action, ActionOutput
|
||||
from ..agent import AgentContext
|
||||
from ..memory.gpts.base import GptsPlan
|
||||
|
Reference in New Issue
Block a user