Built-in Resources

A comprehensive overview of native ecosystem features and command-line interfaces embedded directly into the Fenrir v1.2.1 core framework.

Native OpenAPI Docs

Fenrir automatically inspects your Pydantic schema declarations and dynamically compiles them into dual interactive UI interfaces and a structured JSON specification schema.

  • Interactive Swagger UI panel hosted at /docs
  • Clean structural reference documentation at /redoc
  • Live introspective JSON Schema exposed at /openapi.json

Core CLI Toolkits

A robust workspace management binary invoked straight from your terminal interface to accelerate local development workflows and runtime analysis.

  • fenrir run — Spawns the development workspace server
  • fenrir routes — Visualizes the registered HTTP/WS architecture
  • fenrir bench — Executes instant networkless pipeline benchmarks

Core Server Stack

Technical specifications of the underlying runtime stack powering Fenrir's hybrid ASGI pipeline environment in real-time.

Stack Component Target Version Dependency Status System Engine Role
Fenrir Framework Core v1.2.1 Main Core Hybrid ASGI Application Pipeline
Asteri Application Server v2.2.2 Verified Host Premium Production ASGI HTTP/WS Server
Python Runtime Engine 3.8 - 3.13 Environment Matrix Core programming language execution runtime