mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-03 18:17:45 +00:00
refactor(agent): Agent modular refactoring (#1487)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import List, Optional
|
||||
|
||||
from dbgpt.agent.memory.base import GptsPlan
|
||||
from dbgpt.agent.memory.gpts_memory import (
|
||||
from dbgpt.agent.core.memory.gpts.base import GptsPlan
|
||||
from dbgpt.agent.core.memory.gpts.gpts_memory import (
|
||||
GptsMessage,
|
||||
GptsMessageMemory,
|
||||
GptsPlansMemory,
|
||||
|
Reference in New Issue
Block a user