The configuration for EAIA can be found in eaia/main/config.yaml. Every key in there is required. These are the configuration options: You can run EAI

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-01-14 23:00:05

The configuration for EAIA can be found in eaia/main/config.yaml. Every key in there is required. These are the configuration options:

You can run EAIA locally. This is useful for testing it out, but when wanting to use it for real you will need to have it always running (to run the cron job to check for emails). See this section for instructions on how to run in production (on LangGraph Cloud)

Leave the langgraph dev command running, and open a new terminal. From there, get back into this directory and virtual environment. To kick off an ingest job, run:

This will ingest all emails in the last 120 minutes (--minutes-since). It will NOT break early if it sees an email it already saw (--early 0) and it will rerun ones it has seen before (--rerun 1). It will run against the local instance we have running.

These instructions will go over how to run EAIA in LangGraph Cloud. You will need a LangSmith Plus account to be able to access LangGraph Cloud

Leave a Comment