-
Notifications
You must be signed in to change notification settings - Fork 6
BACKEND: AI Agent Proxy Layer #2
Copy link
Copy link
Open
Labels
MMedium size issueMedium size issuegood first issueGood for newcomersGood for newcomersonlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week
Metadata
Metadata
Assignees
Labels
MMedium size issueMedium size issuegood first issueGood for newcomersGood for newcomersonlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week
Type
Fields
Give feedbackNo fields configured for issues without a type.
Build the interface for LLM-powered agents:
Integrate Ollama (local Llama 2, Mistral, etc.) via its HTTP/CLI API
Expose POST /agent/response that accepts { prompt, roomId } and returns AI text
Add retry/fallback logic if Ollama is unavailable
Deliverable: Reliable API to “talk” to your AI models.
See:
Ollama docs: https://ollama.com/docs
llama.cpp overview: https://github.com/ggerganov/llama.cpp