AI assistant for UMD students using PlanetTerp and Reddit.
- Install dependencies:
uv sync
- Configure
.env:OPENAI_API_KEY=your_key
Start the chat:
uv run src/chat.pysave: Exports session toconversations/.exit: Ends session.--debug: Flag to show tool calls.
- Grade aggregation.
- Reddit sentiment synthesis.
- Professor disambiguation via course context.
- Conversation exports.
Check out some examples of how to use this tool in conversations.