A LangGraph-powered agentic AI system for automated email replies using fine-tuned LLMs. Instantly generates responses, logs input/output to CSV, and integrates seamlessly with your communication workflow.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
Configure src-layout packaging with package_dir and find_packages('src')
50828a2View on GitHubAdd missing deps and pin minimum versions (langchain-openai, pandas, pydantic, pytest, etc.)
6cca5ceView on GitHubUpdate displayed config/log paths to config/app_config.yaml and data/logs/reply_log.csv
07ba833View on GitHubSwitch imports to src.utils.helpers to match new src/ layout
1b22881View on GitHubPoint stats/log reading to data/logs and update API key hint to config/app_config.yaml
5bd5c0cView on GitHubFix config and log defaults to new locations; load from config/app_config.yaml and read logs from data/logs
c78ce5dView on GitHubEnhance Streamlit app with production-ready error handling
a028a50View on GitHubAdd comprehensive configuration file for application settings
13fb116View on GitHubIntegrate robust error handling and retry logic into LangGraph nodes
b80ff5fView on GitHubAdd robust retry mechanism with exponential backoff for API calls
5727261View on GitHubenhance Streamlit app with multi-page navigation and analytics
059c2b2View on GitHubAdded feature to Streamlit UI to display previous AI-generated email replies from log file
aa2b6bfView on GitHub