MCPcopy Create free account
hub / github.com/Tele-AI/Fluxon / FSRuntimeConfig

Class FSRuntimeConfig

fluxon_test_stack/benchmark_node_fs.py:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55@dataclass(frozen=True)
56class FSRuntimeConfig:
57 scene_id: str
58 file_size_bytes: int
59 chunk_size_bytes: int
60 files_per_worker: int
61 cache_max_bytes: int
62 agent_instance_keys: tuple[str, ...]
63
64
65@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected