-
Notifications
You must be signed in to change notification settings - Fork 892
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
doc: Add cookbooks and ideas for what to build with julep #592
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Diwank Singh Tomer <[email protected]>
I created Japanese translated README. <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Add Japanese translation of README and update language links in existing READMEs. > > - **Documentation**: > - Add `README-JP.md` for Japanese translation of the README. > - Update language navigation links in `README.md` and `README-CN.md` to include Japanese translation. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=julep-ai%2Fjulep&utm_source=github&utm_medium=referral)<sup> for f6dc4d2. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
Signed-off-by: Diwank Singh Tomer <[email protected]>
…t callout (#599) Signed-off-by: Diwank Singh Tomer <[email protected]> <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Enhances `README` files by adding TOC and collapsing DevFest.AI callout, and introduces a GitHub Action for TOC generation. > > - **GitHub Actions**: > - Adds `.github/workflows/doctoc-on-dev-push.yml` to generate TOC on push to `dev` branch using `technote-space/toc-generator@v4`. > - **README Updates**: > - Collapses "Contributors and DevFest.AI Participants" section in `README.md`, `README-CN.md`, and `README-JP.md` using `<details>` and `<summary>` tags. > - Removes Julep 1.0 Alpha release announcement from `README.md`, `README-CN.md`, and `README-JP.md`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=julep-ai%2Fjulep&utm_source=github&utm_medium=referral)<sup> for b65a1f0. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> --------- Signed-off-by: Diwank Singh Tomer <[email protected]> Co-authored-by: vedantsahai18 <[email protected]> Co-authored-by: creatorrr <[email protected]>
…2 & 13 needs fixing
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 7ffae7f in 34 seconds
More details
- Looked at
993
lines of code in13
files - Skipped
4
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_1q6rt36jLmviI3qO
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
creatorrr
changed the title
doc: Add claude-generated notebooks for the rest of the ideas
doc: Add cookbooks and ideas for what to build with julep
Oct 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Diwank Singh Tomer [email protected]
Important
Add Claude-generated notebooks for task execution and management using Julep client, with updates to execution handling and agent models.
time.sleep()
to wait for task execution completion in01-Website_Crawler_using_Spider.py
,02-Sarcastic_News_Headline_Generator.py
,03-SmartResearcher_With_WebSearch.py
,04-TripPlanner_With_Weather_And_WikiInfo.py
,07-Integrating_External_Tools_and_APIs.py
,08-Managing_Persistent_Sessions.py
,09-User_Management_and_Personalization.py
,10-Document_Management_and_Search.py
,11-Advanced_Chat_Interactions.py
,12-Monitoring_Task_Executions.py
, and13-Error_Handling_and_Recovery.py
.01-Website_Crawler_using_Spider.py
,02-Sarcastic_News_Headline_Generator.py
,03-SmartResearcher_With_WebSearch.py
,04-TripPlanner_With_Weather_And_WikiInfo.py
,07-Integrating_External_Tools_and_APIs.py
,08-Managing_Persistent_Sessions.py
,09-User_Management_and_Personalization.py
,10-Document_Management_and_Search.py
,11-Advanced_Chat_Interactions.py
,12-Monitoring_Task_Executions.py
, and13-Error_Handling_and_Recovery.py
.gpt-4o
in05-Basic_Agent_Creation_and_Interaction.py
,06-Designing_Multi-Step_Tasks.py
,07-Integrating_External_Tools_and_APIs.py
,08-Managing_Persistent_Sessions.py
,09-User_Management_and_Personalization.py
,10-Document_Management_and_Search.py
,11-Advanced_Chat_Interactions.py
,12-Monitoring_Task_Executions.py
, and13-Error_Handling_and_Recovery.py
.05-Basic_Agent_Creation_and_Interaction.py
,10-Document_Management_and_Search.py
,11-Advanced_Chat_Interactions.py
,12-Monitoring_Task_Executions.py
, and13-Error_Handling_and_Recovery.py
.This description was created by for 7ffae7f. It will automatically update as commits are pushed.