Module ai_studio

Module ai_studio 

Source
Expand description

AI Studio HTTP handlers

This module provides HTTP endpoints for AI Studio features:

  • API Architecture Critique
  • System Generation
  • Behavioral Simulation

Structs§

AiStudioState
State for AI Studio handlers
ApiCritiqueRequest
Request body for API critique endpoint
ApiCritiqueResponse
Response for API critique endpoint
ApplySystemRequest
Request body for apply system design endpoint
ApplySystemResponse
Response for apply system design endpoint
CreateAgentHttpRequest
Request body for create agent endpoint
CreateAgentResponse
Response for create agent endpoint
FreezeArtifactsRequest
Request body for freeze artifacts endpoint
FreezeArtifactsResponse
Response for freeze artifacts endpoint
SimulateBehaviorHttpRequest
Request body for simulate behavior endpoint
SystemGenerationHttpRequest
Request body for system generation endpoint
SystemGenerationResponse
Response for system generation endpoint

Functions§

ai_studio_router
Build AI Studio router
api_critique_handler
Analyze an API schema and generate critique
apply_system_handler
Apply system design (freeze artifacts if deterministic mode requires it)
create_agent_handler
Create a new narrative agent
freeze_artifacts_handler
Freeze specific artifacts manually
generate_system_handler
Generate a complete system from natural language description
simulate_behavior_handler
Simulate behavior based on current state