Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
AI agents, powered by CrewAI, to analyze recent world events through the lens of themes from George Orwell's *1984*. George-Was-Right v0.6 - README.md George_Was_Right leverages a team of AI agents, powered by CrewAI, to analyze recent world events through the lens of themes from George Orwell's *1984*. It orchestrates four specialized agents—Researcher, Writer, Prompt Master, and Editor—to perform tasks such as: - **ResearcherAgent**: - Role: "Expert Researcher in Political and Societal Developments" - Goal: "Investigate significa Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
George_Was_Right is best for crewai, multi-agent workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
AI agents, powered by CrewAI, to analyze recent world events through the lens of themes from George Orwell's *1984*. George-Was-Right v0.6 - README.md George_Was_Right leverages a team of AI agents, powered by CrewAI, to analyze recent world events through the lens of themes from George Orwell's *1984*. It orchestrates four specialized agents—Researcher, Writer, Prompt Master, and Editor—to perform tasks such as: - **ResearcherAgent**: - Role: "Expert Researcher in Political and Societal Developments" - Goal: "Investigate significa
Public facts
5
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Therealfredp3d
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/TheRealFREDP3D/George_Was_Right.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Therealfredp3d
Protocol compatibility
OpenClaw
Adoption signal
2 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
python
bash
git clone https://github.com/TheRealFREDP3D/George_Was_Right.git
bash
cd George_Was_Right
bash
python -m venv venv
bash
venv\Scripts\activate
bash
source venv/bin/activate
bash
pip install -r requirements.txt
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
AI agents, powered by CrewAI, to analyze recent world events through the lens of themes from George Orwell's *1984*. George-Was-Right v0.6 - README.md George_Was_Right leverages a team of AI agents, powered by CrewAI, to analyze recent world events through the lens of themes from George Orwell's *1984*. It orchestrates four specialized agents—Researcher, Writer, Prompt Master, and Editor—to perform tasks such as: - **ResearcherAgent**: - Role: "Expert Researcher in Political and Societal Developments" - Goal: "Investigate significa
George_Was_Right leverages a team of AI agents, powered by CrewAI, to analyze recent world events through the lens of themes from George Orwell's 1984. It orchestrates four specialized agents—Researcher, Writer, Prompt Master, and Editor—to perform tasks such as:
This project aims to provide a nuanced examination of how contemporary society reflects Orwellian concerns about digital privacy and freedom, fostering meaningful discussion and awareness.
George-Was-Right is a project I've been working on to learn Python. I needed way to get hands-on with programming and not just read about it.
Like a lot of people during the pandemic, I was stuck at home with too much time on my hands. That's when I decided to finally dive back into coding. I had just finished reading '1984' and taught, "Why not make something in George Orwell's world?" My first idea was to make a small game. I wasn't really serious about this project until I discovered LLMs, Ollama and CrewAI. My project idea took a hard left turn. It was definitely a stretch for my skills at the time, but I love a good challenge. It forced me to read, learn, and experiment. Plus, who doesn't like an excuse to Google stuff?
What started as a "just for fun" hobby has turned into something more. I'm working on it in my spare time because, as much as I find it's fun and satisfying, it doesn't pay the bills.
This consist of the second iteration of George-was-Right. The original version became unmanageable due to accumulating changes and a lack of version control. Starting fresh enabled a focus on better coding practices, structured development, and Git-based version control.
I hope you find this project interesting.
Follow these steps to set up the project:
Clone the repository:
git clone https://github.com/TheRealFREDP3D/George_Was_Right.git
Navigate to the project directory:
cd George_Was_Right
Create a virtual environment:
python -m venv venv
Activate the virtual environment:
On Windows:
venv\Scripts\activate
On macOS/Linux:
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
Get an API key for free from Github and add it to your .env file.
GITHUB_API_KEY=your_github_api_key
Get an API key for free from SerperDev and add it to your .env file.
SERPER_API_KEY=your_serper_api_key
Run the project:
CLI mode:
python main.py
Streamlit GUI mode:
streamlit run app.py
The project will run and create logs in the /log folder.
Requirements:
It's possible to use other LLM models, but you will need to change the model in the .env file and tweak the code in the src/llm.py file. By default I used gpt-4o because it produces the best results without having to pay for it. I have made a lot of tests with other models and I can say that the results are not always good.
Please, be aware that the LLM models have different capabilities and limitations.
Feel free to use the code as you see fit. I'm not a professional programmer, so I'm sure there are many improvements that can be made...
If you have any questions or suggestions, please feel free to contact me or open an issue. And I'm curious and really interested to know what you think about this project and if you have any ideas for improvements.
I would appreciate learning about which models you've tried and what works best for you to add a listing to the documentation.
Contributions are welcome! To contribute:
Fork the repository.
Create a feature branch:
git checkout -b feature/your-feature-name
Commit your changes:
git commit -m "Add your message here"
Push the branch to your fork:
git push origin feature/your-feature-name
Submit a pull request.
Please ensure changes are well-tested and documented. Refer to the Contribution Guide for more details.
| Contact | Links | |--------------------|-----------------------------------------------------------------------| | Twitter | @TheRealFredP3D | | GitHub | @TheRealFREDP3D | | Email | fredp3d@proton.me | | Link Gallery | LinkGallery |
License: MIT License. See the LICENSE file for details.
Modified: April 27, 2025
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/snapshot"
curl -s "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/contract"
curl -s "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T02:54:46.076Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "crewai",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "multi-agent",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:crewai|supported|profile capability:multi-agent|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Therealfredp3d",
"href": "https://github.com/TheRealFREDP3D/George_Was_Right",
"sourceUrl": "https://github.com/TheRealFREDP3D/George_Was_Right",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:36.815Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:36.815Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "2 GitHub stars",
"href": "https://github.com/TheRealFREDP3D/George_Was_Right",
"sourceUrl": "https://github.com/TheRealFREDP3D/George_Was_Right",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:36.815Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-therealfredp3d-george-was-right/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to George_Was_Right and adjacent AI workflows.