Spaces:
Sleeping
Sleeping
File size: 1,705 Bytes
24f0bf0 df47251 24f0bf0 df47251 24f0bf0 df47251 24f0bf0 df47251 24f0bf0 df47251 24f0bf0 df47251 24f0bf0 df47251 24f0bf0 df47251 24f0bf0 df47251 24f0bf0 df47251 24f0bf0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | # documentation-index
This documentation set supersedes and expands `webscraper-openenv-softwaredoc.md` into focused modules.
## core-docs
- `overview.md` β top-level platform overview and documentation navigation
- `openenv.md` β enhanced OpenEnv spec, actions, observations, lifecycle
- `architecture.md` β system architecture, runtime, scheduling, scaling
- `agents.md` β multi-agent roles, strategies, HITL, explainability
- `rewards.md` β advanced reward function and signal breakdown
## platform-docs
- `api-reference.md` β complete HTTP and WebSocket endpoint reference
- `api.md` β multi-model API system and routing/ensemble/cost tracking
- `mcp.md` β MCP integration, registry, lazy install, composition
- `plugins.md` β plugin registry model, category matrix, runtime selection flow
- `search-engine.md` β search providers, query optimization, credibility scoring
- `html-processing.md` β semantic parsing, adaptive chunking, batch + diff processing
- `memory.md` β unified memory system (short/working/long/shared)
- `tool-calls.md` β step event contract and runtime tool-call payload patterns
## operations-docs
- `settings.md` β dashboard settings and configuration controls
- `observability.md` β metrics, traces, thought stream, cost telemetry
- `features.md` β advanced capabilities and feature flags
## legacy
- `webscraper-openenv-softwaredoc.md` remains as original monolithic source.
## document-metadata
| key | value |
| --- | --- |
| document | `readme.md` |
| status | active |
## document-flow
```mermaid
flowchart TD
A[document] --> B[key-sections]
B --> C[implementation]
B --> D[operations]
B --> E[validation]
```
|