Timetable

Day Of

The fair will run from 10AM to 5PM, but you are welcome to come at any time! Here is the schedule we will be following during the day.

Time Event
Thursday, 8:00 AM Fair setup begins
Thursday, 10:00 AM The fair officially begins!
Thursday, 1:00 PM Lunch will be provided for sponsors, volunteers, and ProjXpo participants.
Thursday, 5:00 PM The fair closes
Friday, 9:00 AM Friday interviews begin.
Friday, 4:00 PM Friday interviews end.

Letta - Thursday, February 6, 7:00 - 8:00 PM

Room 1-190 Sushi will be served!

We are currently in the midst of a paradigm shift from stateless LLM workflows to stateful LLM agents. Today, developers are responsible for managing state (e.g. message history across sessions) and memory (e.g. with a RAG and a vector DB) themselves. Letta is an agents framework where the agents service is responsible for state and memory management, rather than client-side applications. This dramatically simplifies the experience of building stateful agentic applications, as Letta will use memory management techniques (extending the ideas from MemGPT) to automatically ensure the most relevant information is passed into the LLM context window, and also avoid context overflow errors. In this talk, we will cover Letta's high-level architecture, and also explain the details of state and memory management. We will also go over how to use Letta to build stateful, reasoning agents with support for custom tools, secure tool environments, and personalized memory.