๐งฟ TrueEye LangFlow - Direct Flow Usage
Want to use TrueEye without complex installations? Use the flow directly in LangFlow.
๐ Ultra-Fast Setup (5 minutes)
1. Install LangFlow
2. Run LangFlow
Access: http://localhost:7860
3. Import the Flow
- In the LangFlow interface, click on โImportโ
- Select the
TrueEyeBeta.json
file
- The complete flow will load automatically!
Configure your Anthropic API key in the AnthropicModel components:
- Go to each โAnthropicModelโ node (there are several)
- Add your
ANTHROPIC_API_KEY
- Or configure it as an environment variable
5. Use it!
- Run the flow from the playground
- Enter a news URL in the ChatInput
- Receive the complete analysis in the ChatOutput
โ๏ธ Variable Configuration
Required API Keys:
- ANTHROPIC_API_KEY: For Claude models (required)
Environment Variables (optional):
export ANTHROPIC_API_KEY="your-api-key-here"
langflow run
๐ง What Does This Flow Do?
The TrueEyeBeta.json
flow implements a complete media analysis pipeline:
-
๐ Content Extraction
- Takes news/article URLs
- Extracts and parses text automatically
-
๐ค Multi-Model Analysis
- Uses multiple Claude (Anthropic) instances
- Parallel analysis of different aspects
-
๐ Bias Detection
- Identifies narrative polarization
- Detects manipulative techniques
- Classifies political/ideological orientation
-
๐ Fact-Checking
- Identifies logical fallacies
- Contrasts with verified sources
- Provides verification links
-
๐ฅ Audience Analysis
- Profiles target audience
- Identifies emotional appeals
- Detects exploited cognitive biases
-
๐ Risk Assessment
- Measures polarization potential
- Evaluates social impact
- Suggests alternative sources
๐ก Direct Flow Advantages
- โ
Immediate setup: No need to configure complex environments
- โ
Integrated playground: Visual interface for testing
- โ
Modifiable: You can easily adjust prompts and logic
- โ
Extensible: Add new nodes as needed
- โ
Cross-platform: Works on any OS with Python
๐ Flow vs Complete App
Feature |
LangFlow Flow |
TrueEye App |
Setup |
5 minutes |
More robust |
Interface |
LangFlow Playground |
Custom web UI |
Customization |
Visual, easy |
Code, more powerful |
Deployment |
Local/development |
Production ready |
Target users |
Developers/testers |
End users |
๐ Resources
- LangFlow Documentation: https://langflow.org/
- Anthropic API: https://docs.anthropic.com/
- Complete TrueEye Project: [Link to main repo]
๐ค Contributions
Flow improvements? Pull requests welcome!
- Optimize prompts
- Add new analyses
- Improve accuracy
- Integrate new models
๐งฟ TrueEye Flow - Smart media analysis in minutes