eugenie

Deployed a multi-tool autonomous agent (handles web research, data engineering, coding problems) 🧞

Demo

Responsible for the source code published here.

The current iteration of the project smartly routes specific problems to sub-systems:

  • Data Chat: Enabling data visualization and analysis support of uploaded CSV files.
  • Arxiv Search: Answers questions from research papers/articles.
  • Web Browser: Enabling web-based research and information gathering.
  • Calculator: Added to the chains for factual reasoning.
  • Python Interpreter: Supporting the execution of Python code. Required by questions involving binary or numbers.
  • In-context QA: Offering question-answering functionality within the context.

Currently, working on a multi-modal RAG system to identify and route document aspects to specialized local VLMs.