mirror of
https://github.com/ruvnet/RuView
synced 2026-08-09 20:21:43 +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
+21
@@ -0,0 +1,21 @@
|
||||
# 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 Configuration
|
||||
MIDSTREAM_WS_PORT=3001
|
||||
MIDSTREAM_SSE_PORT=3002
|
||||
MIDSTREAM_MCP_PORT=3003
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=info
|
||||
DEBUG=false
|
||||
|
||||
# Performance
|
||||
MAX_HISTORY=1000
|
||||
EMBEDDING_DIM=3
|
||||
SCHEDULING_POLICY=EDF
|
||||
Reference in New Issue
Block a user