mirror of
https://github.com/ruvnet/RuView
synced 2026-08-02 19:11:46 +00:00
feat: vendor midstream and sublinear-time-solver libraries (#109)
Add ruvnet/midstream (AIMDS real-time inference) and ruvnet/sublinear-time-solver (sublinear optimization algorithms) as vendored dependencies under vendor/.
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
# OpenAI API Configuration
|
||||
OPENAI_API_KEY=sk-your-openai-api-key-here
|
||||
OPENAI_REALTIME_MODEL=gpt-4o-realtime-preview-2024-10-01
|
||||
|
||||
# Agentic Flow Proxy Configuration
|
||||
AGENTIC_FLOW_PROXY_URL=https://api.agenticflow.com/v1
|
||||
AGENTIC_FLOW_API_KEY=your-agentic-flow-key-here
|
||||
|
||||
# MidStream Server Configuration
|
||||
MIDSTREAM_WS_PORT=3001
|
||||
MIDSTREAM_SSE_PORT=3002
|
||||
MIDSTREAM_MCP_PORT=3003
|
||||
|
||||
# Logging and Performance
|
||||
LOG_LEVEL=info
|
||||
ENABLE_PERFORMANCE_METRICS=true
|
||||
MAX_RECONNECT_ATTEMPTS=5
|
||||
Reference in New Issue
Block a user