Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Div99 authored Apr 4, 2024
1 parent f4bd372 commit a038196
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
# Introduction
This folder contains examples demonstrating the use of the MULTI-ON API.
This folder contains examples demonstrating the use of the MultiOn Agent API.

# Demos
- [MultiOn Task Scheduler App](https://github.com/MULTI-ON/api/blob/main/examples/task_scheduler) : An demo AI Scheduler App that allow scheduling web tasks that can run recurringly built using our Python SDK and LangChain integration (see [Tweet](https://x.com/DivGarg9/status/1692613026451542095?s=20)).

# Getting started Examples
- [Multion_api_example.ipynb](https://github.com/MULTI-ON/api/blob/main/examples/Multion_api_example.ipynb): A Jupyter notebook demonstrating basic usage of the MULTI-ON API.
-
- [advanced_langchain_custom_tools.ipynb](https://github.com/MULTI-ON/api/blob/main/examples/advanced_langchain_custom_tools.ipynb): A notebook showing more advanced usage with LangChain by creating a custom tool.
- [agent_api_example.ipynb](https://github.com/MULTI-ON/api/blob/main/examples/Multion_api_example.ipynb): A Jupyter notebook demonstrating basic usage of the MultiOn Agent API.


# Usage
To use these examples, clone the repository, install any necessary dependencies, and run the examples.

**Minimum supported version of langchain to run the langchain examples: v0.0.265**

# Contributing
Contributions to the examples are encouraged. Please follow the contribution guidelines.

# License
These examples are released under the MIT license.

# Contact
For any questions or help, please reach out to us.
For any questions or help, please reach out to us on our [Discord](https://discord.gg/multion)

0 comments on commit a038196

Please sign in to comment.