epfl-dlab / aiflows

🤖🌊 aiFlows: The building blocks of your collaborative AI
https://epfl-dlab.github.io/aiflows/
MIT License
234 stars 11 forks source link

add jarvis run and config file & intro to jarvis #11

Closed Tachi-67 closed 8 months ago

Tachi-67 commented 8 months ago

Add Jarvis to examples, it is a llm-powed agent built upon aiflows.

Jarvis is a general purpose agent empowered by a hierarchical structure of large language models and tools including a code interpreter. At a high level, Jarvis takes in tasks in natural language, and achieve the task by making plans, writing and executing code.