mirror of
https://github.com/ruvnet/RuView
synced 2026-08-09 20:21:43 +00:00
feat: vendor midstream and sublinear-time-solver libraries
Add ruvnet/midstream (AIMDS real-time inference) and ruvnet/sublinear-time-solver (sublinear optimization algorithms) as vendored dependencies under vendor/. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
Vendored
+25
@@ -0,0 +1,25 @@
|
||||
# Default Hyprstream Configuration
|
||||
|
||||
[engine]
|
||||
engine = "duckdb"
|
||||
connection = ":memory:"
|
||||
|
||||
[engine.options]
|
||||
threads = "4"
|
||||
memory_limit = "4GB"
|
||||
|
||||
[cache]
|
||||
enabled = true
|
||||
engine = "duckdb"
|
||||
connection = ":memory:"
|
||||
max_duration_secs = 3600 # 1 hour
|
||||
|
||||
[tools.weather]
|
||||
api_url = "https://api.weather.example.com"
|
||||
api_key = "default_key" # Override this in local.toml or environment variables
|
||||
default_location = "San Francisco"
|
||||
|
||||
[tools.calendar]
|
||||
api_url = "https://api.calendar.example.com"
|
||||
api_key = "default_key" # Override this in local.toml or environment variables
|
||||
timezone = "UTC"
|
||||
Reference in New Issue
Block a user