ShallowCodeResearch_agent_llm_processor
Process text using an LLM for tasks like summarization, reasoning, and keyword extraction. Input text and specify the task to generate structured outputs with metadata on the MCP Hub.
Instructions
Wrapper for LLMProcessorAgent to process text with LLM. Returns: LLM processing result with output and metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | Optional context for processing | |
task | No | The processing task ('summarize', 'reason', or 'extract_keywords') | summarize |
text_input | No | The input text to process |