generate_java_test_nlp
Convert natural language requests into validated, compilable Java test methods using a graph-based catalog to ensure grounded imports and symbols.
Instructions
Multi-agent pipeline: LLM parses free-form NL, generates Java, LLM reviews it.
Agent 1 (LLMIntentParser) normalises natural language to a structured intent. The deterministic generator produces graph-cited, validated Java source. Agent 2 (ReviewAgent) audits the result against a six-item checklist. Requires OPENAI_API_KEY in the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||