-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
phase:6-agentsPhase 6: First-Party AgentsPhase 6: First-Party Agentspriority:highImportant for launchImportant for launch
Description
What
Build Document Processor first-party agent.
Files
agents/document-processor/
Implementation
- Accepts document (text, or PDF via extraction)
- Extracts key information
- Returns structured data + summary
Input/Output
// Input
{ "document": "...", "format": "text" | "pdf_base64" }
// Output
{
"summary": "...",
"entities": [...],
"key_facts": [...],
"structured_data": { ... }
}How to test
- Test with plain text
- Test with PDF (if supported)
- Verify extraction accuracy
References
- Design spec:
docs/plans/00_design_spec.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
phase:6-agentsPhase 6: First-Party AgentsPhase 6: First-Party Agentspriority:highImportant for launchImportant for launch