-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added examples #80
Added examples #80
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Review 🔍
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to 4decf38 in 49 seconds
More details
- Looked at
361
lines of code in6
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. examples/TodoToCalendar/TodoToCalendar.py:10
- Draft comment:
Thedotenv
module is used here but not imported. Ensure to import it to avoid runtime errors.
import dotenv
- Reason this comment was not posted:
Confidence of 0% on close inspection, compared to threshold of 50%.
Workflow ID: wflow_oH7OtahgUpUn0IfC
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
⌛ 6 days left in your free trial, upgrade for $20/seat/month or contact us.
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
User description
Added examples from guides done by me, prathit and pranav
PR Type
Enhancement
Description
Changes walkthrough 📝
CompetitiorResearcher.py
Add Competitor Researcher script for web scraping and Notion
integration
examples/CompetitiorResearcher/CompetitiorResearcher.py
Notion.
GithubToTrello.py
Add GitHub to Trello integration for task management
examples/GithubToTrello/GithubToTrello.py
on GitHub patches.
InvestmentAnalysis.py
Add Investment Analysis script with multi-agent setup
examples/InvestmentAnalysis/InvestmentAnalysis.py
NewsSummary.py
Add News Summary script for retrieving and summarizing AI news
examples/NewsSummary/NewsSummary.py
ResearchAssistant.py
Add Research Assistant script for LLM comparison
examples/ResearchAssistant/ResearchAssistant.py
TodoToCalendar.py
Add Todo to Calendar script for scheduling tasks
examples/TodoToCalendar/TodoToCalendar.py