An application to understando how to use LangGraph.js
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
feat: update README.md to provide comprehensive documentation for LangGraph.js email processing system
88c062eView on GitHubfeat: add graph visualization function to generate and save PNG representation
05c6025View on GitHubfeat: integrate email processing system with UI components
977c269View on GitHubfeat: implement email state graph with conditional routing for spam classification
aeb7174View on GitHubfeat: refactor EmailState to use Annotation for improved state management
bd35ff7View on GitHubfeat: update dev script to use tsx for improved TypeScript execution
22dc3b0View on GitHubfeat: remove routeEmail function as part of code refactoring
52cd285View on GitHubfeat: add routeEmail function to classify emails as spam or legitimate
6ea61eeView on GitHubfeat: update package.json and package-lock.json to include new dependencies
dd8d28cView on GitHubfeat: add routeEmail function to classify emails as spam or legitimate
c37a5f3View on GitHubfeat: implement notifyOwner function to log email notifications and display details in development
a78ffa2View on GitHubfeat: implement draftResponse function to generate email replies based on context
c0a61b3View on GitHubfeat: add .gitignore file to exclude logs, runtime data, and build outputs
4f7e4f1View on GitHubfeat: add centralized logger implementation with context support
a08d024View on GitHubfeat: replace winston logger with context logger for readEmail function
5d31937View on GitHub