feat(agent): Implement simplified chat agent tools and state management

This commit is contained in:
Willie Zutz 2025-07-29 10:18:11 -06:00
parent 755e1de28b
commit f6eab5a95a
27 changed files with 1929 additions and 2433 deletions

View file

@ -143,3 +143,9 @@ When working on this codebase, you might need to:
- Use try/catch blocks for async operations
- Return structured error responses from API routes
## Available Tools and Help
- You can use the context7 tool to get help using the following identifiers for libraries used in this project
- `/langchain-ai/langchainjs` for LangChain
- `/langchain-ai/langgraph` for LangGraph