Skip to content

Commit

Permalink
chore: removed agent_store, storage connectors (#2229)
Browse files Browse the repository at this point in the history
Co-authored-by: Mindy Long <mindy@letta.com>
  • Loading branch information
mlong93 and Mindy Long authored Dec 11, 2024
1 parent d063ee6 commit 36a2960
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 1,424 deletions.
2 changes: 0 additions & 2 deletions alembic/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from sqlalchemy import engine_from_config, pool

from alembic import context
from letta.agent_store.db import attach_base
from letta.config import LettaConfig
from letta.orm import Base
from letta.settings import settings
Expand All @@ -31,7 +30,6 @@
# for 'autogenerate' support
# from myapp import mymodel
# target_metadata = mymodel.Base.metadata
attach_base()

target_metadata = Base.metadata

Expand Down
1 change: 0 additions & 1 deletion letta/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from tqdm import tqdm

from letta.agent_store.storage import StorageConnector
from letta.constants import (
BASE_TOOLS,
CLI_WARNING_PREFIX,
Expand Down
Loading

0 comments on commit 36a2960

Please sign in to comment.