Skip to content

Instantly share code, notes, and snippets.

View mafulafunk's full-sized avatar
🏠
Working from home

Martin Funk mafulafunk

🏠
Working from home
  • Freelancer
  • Wiesbaden, Germany
View GitHub Profile
@mafulafunk
mafulafunk / EgoEchoAgentSummarizer.java
Created May 7, 2025 21:03 — forked from ice09/EgoEchoAgentSummarizer.java
JBang script for extracting personality traits and character from different Markdown sources and data model population with LLMs.
//usr/bin/env jbang
//JAVA 21
//DEPS com.openai:openai-java:1.6.0
import com.openai.client.OpenAIClient;
import com.openai.client.okhttp.OpenAIOkHttpClient;
import com.openai.models.responses.ResponseCreateParams;
import com.openai.models.responses.ResponseOutputText;
import java.io.IOException;