https://github.com/hellothisisflo/socrates-buddy
Helps you decide which session to attend next
https://github.com/hellothisisflo/socrates-buddy
Last synced: 9 months ago
JSON representation
Helps you decide which session to attend next
- Host: GitHub
- URL: https://github.com/hellothisisflo/socrates-buddy
- Owner: HelloThisIsFlo
- Created: 2025-07-18T08:32:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T10:30:26.000Z (10 months ago)
- Last Synced: 2025-07-19T15:07:01.104Z (10 months ago)
- Language: Python
- Size: 153 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoCraTes-Agent
Let's build an agent together!
## Try it now!
https://socrates-buddy.kempenich.dev
## Deploy Locally
1. Create a `.env` file
```
# Required
GOOGLE_GENAI_USE_VERTEXAI=False
GOOGLE_API_KEY=xxxxxxx
# Optional
LANGSMITH_TRACING=true
LANGSMITH_API_KEY=xxxxxxx
LANGCHAIN_ENDPOINT=https://eu.api.smith.langchain.com/
OPENAI_API_KEY=xxxxxxx
```
2. TODO: Finish this guide (in the meantime look at `docker-compose.yml`)