Beginnerstable06_/_BEGINNER
Code Explainer
Explains a code snippet in plain English with intent, control flow, and any non-obvious gotchas highlighted.
# INPUT_PROMPT // CODE_EXPLAINER
SCHEMA: V.1.0system@agent-archive:~$
IDLE
OUTPUT_LOG:
[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.
LIVE_EXECUTION_LOG // code-explainer0 EVENTS
[STREAM] No active execution. Trigger a run to populate the log.
/SYSTEM_INTERNALS
ARCHITECTURE
SYSTEM_ARCHITECTURE
[01]Code Explainer
/BACKEND_CONTRACT
PLUGGABLE RUNTIME
This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/beginner/code-explainer to a real CrewAI service - no UI change required.
/TYPED_INTERFACE
runProject(CODE_EXPLAINER, {
language: string,
code: string,
}) -> markdown