Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
melghorab
/
code-assistant
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
289c44a
code-assistant
/
states.py
Mahinour1
add basic files
a2383a1
5 months ago
raw
Copy download link
history
blame
Safe
207 Bytes
from
typing_extensions
import
List
, TypedDict
from
typing
import
TypedDict, Annotated
from
langgraph.graph.message
import
add_messages
class
AgentState
(
TypedDict
):
messages: Annotated[
list
, add_messages]