Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Dec 3, 2024
1 parent 0ec39f8 commit 12c64a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ __pycache__/

# C extensions
*.so
.langgraph_api
.vscode

# Distribution / packaging
.Python
Expand Down
1 change: 1 addition & 0 deletions src/chatbot/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from chatbot.configuration import ChatConfigurable
from chatbot.utils import format_memories, init_model


@dataclass
class ChatState:
"""The state of the chatbot."""
Expand Down
3 changes: 1 addition & 2 deletions tests/integration_tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
import langsmith as ls
import pytest
from langgraph.store.memory import InMemoryStore
from pydantic import BaseModel, Field

from memory_graph.graph import builder
from pydantic import BaseModel, Field


class User(BaseModel):
Expand Down

0 comments on commit 12c64a0

Please sign in to comment.