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:
rUv
2026-03-02 23:34:05 -05:00
committed by GitHub
parent 14902e6b4e
commit 407b46b206
1600 changed files with 1852646 additions and 0 deletions
+17
View File
@@ -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