Commit History

Refactor web search tool decorator in agent.py from @tools to @tool for improved clarity and consistency.
26c24d0

Paperbag commited on

fix2
7ce37be

Paperbag commited on

web search tools
d885880

Paperbag commited on

Refine answer_message function in agent.py to improve response generation. Updated prompt structure to guide the model in providing concise answers without thought processes, ensuring clarity in responses.
2337449

Paperbag commited on

Add .cursorignore to .gitignore and load environment variables in agent.py
55f8ad2

Paperbag commited on

Enhance agent functionality by integrating message handling and graph structure. Added read_message and answer_message functions to process user input and generate responses using the chat model. Updated AgentState to support both HumanMessage and AIMessage types.
e75d735

Paperbag commited on

adding edges
5c92669

Paperbag commited on

Refactor agent.py to use HuggingFaceEndpoint for model initialization and add AgentState TypedDict for message structure
7a7a231

Paperbag commited on

doing assignment
9fb199c

Paperbag commited on