Crawler Summary

Learning-CrewAI answer-first brief

Repo where I build some crews to learn CrewAI Learning CrewAI Repository Welcome to the comprehensive Learning CrewAI Repository! This collection showcases three progressively advanced CrewAI projects that demonstrate the full spectrum of AI agent capabilities, from basic research workflows to production-ready business intelligence systems. ๐Ÿ“‹ Repository Overview This repository contains **3 specialized CrewAI crews** that demonstrate different aspects of multi- Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.

Freshness

Last checked 2/25/2026

Best For

Learning-CrewAI 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 REPOS, runtime-metrics, public facts pack

Claim this agent
Agent DossierGITHUB REPOSSafety: 66/100

Learning-CrewAI

Repo where I build some crews to learn CrewAI Learning CrewAI Repository Welcome to the comprehensive Learning CrewAI Repository! This collection showcases three progressively advanced CrewAI projects that demonstrate the full spectrum of AI agent capabilities, from basic research workflows to production-ready business intelligence systems. ๐Ÿ“‹ Repository Overview This repository contains **3 specialized CrewAI crews** that demonstrate different aspects of multi-

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Feb 25, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Feb 25, 2026

Vendor

Noahjenkins

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.

Setup snapshot

  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    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.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Noahjenkins

profilemedium
Observed Feb 25, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Feb 25, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB REPOS

Extracted files

0

Examples

6

Snippets

0

Languages

python

Executable Examples

bash

pip install uv

bash

git clone <repository-url>
   cd Learning-CrewAI

bash

# For beginners
   cd 01_learning_crewai_project
   
   # For advanced users
   cd 02_ai_news
   
   # For production use
   cd 03_dfw_business_leads

bash

uv sync

bash

# Basic configuration for local LLM
   MODEL=ollama/mistral:latest
   OPENAI_API_BASE=http://localhost:11434
   OPENAI_API_KEY=ollama
   OPENAI_MODEL_NAME=ollama/mistral:latest
   
   # For crews requiring Brave Search
   BRAVE_API_KEY=your_brave_api_key_here

bash

crewai run

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB REPOS

Docs source

GITHUB REPOS

Editorial quality

ready

Repo where I build some crews to learn CrewAI Learning CrewAI Repository Welcome to the comprehensive Learning CrewAI Repository! This collection showcases three progressively advanced CrewAI projects that demonstrate the full spectrum of AI agent capabilities, from basic research workflows to production-ready business intelligence systems. ๐Ÿ“‹ Repository Overview This repository contains **3 specialized CrewAI crews** that demonstrate different aspects of multi-

Full README

Learning CrewAI Repository

Welcome to the comprehensive Learning CrewAI Repository! This collection showcases three progressively advanced CrewAI projects that demonstrate the full spectrum of AI agent capabilities, from basic research workflows to production-ready business intelligence systems.

๐Ÿ“‹ Repository Overview

This repository contains 3 specialized CrewAI crews that demonstrate different aspects of multi-agent AI systems:

| Crew | Complexity | Agents | Tools | Use Case | |------|------------|--------|-------|----------| | 01_learning_crewai_project | Basic | 2 | 0 | Research & Reporting | | 02_ai_news | Advanced | 3 | 2 | News Intelligence | | 03_dfw_business_leads | Production | 5 | 6 | Business Lead Generation |

๐Ÿค– Crews Overview

1๏ธโƒฃ Learning CrewAI Project

๐Ÿ“ Directory: 01_learning_crewai_project/
๐ŸŽฏ Purpose: Introduction to CrewAI fundamentals
๐Ÿ‘ฅ Agents: 2 (Researcher, Analyst)
๐Ÿ”ง Tools: None (base LLM capabilities)
๐Ÿ“Š Output: Research reports on any topic

Perfect for:

  • First-time CrewAI users
  • Understanding agent collaboration
  • Learning task dependencies
  • Basic report generation

๐Ÿ“– Full Documentation โ†’


2๏ธโƒฃ AI News Intelligence Crew

๐Ÿ“ Directory: 02_ai_news/
๐ŸŽฏ Purpose: Advanced AI and developer tools news intelligence
๐Ÿ‘ฅ Agents: 3 (Research Specialist, Web Search Specialist, Reporter)
๐Ÿ”ง Tools: 2 (ScrapeWebsiteTool, BraveSearchTool)
๐Ÿ“Š Output: Comprehensive AI news reports with source citations

Perfect for:

  • Technology professionals tracking AI trends
  • Learning advanced tool integration
  • Multi-agent collaboration patterns
  • Real-time data gathering

๐Ÿ“– Full Documentation โ†’


3๏ธโƒฃ North Fort Worth Business Leads Discovery Crew

๐Ÿ“ Directory: 03_dfw_business_leads/
๐ŸŽฏ Purpose: Production-ready business intelligence and lead generation
๐Ÿ‘ฅ Agents: 5 (Scout, Analyzer, Qualifier, Researcher, Writer)
๐Ÿ”ง Tools: 6 (Business search, web analysis, lead qualification)
๐Ÿ“Š Output: Actionable business leads reports with revenue projections

Perfect for:

  • Web development agencies and freelancers
  • Sales and business development teams
  • Complex multi-agent workflows
  • Production business applications

๐Ÿ“– Full Documentation โ†’

๐Ÿš€ Quick Start Guide

Prerequisites

  • Python: >=3.10 <=3.13
  • UV: Modern Python package manager
  • Ollama: (Recommended) For local LLM execution

Installation Steps

  1. Install UV (if not already installed):

    pip install uv
    
  2. Clone and setup:

    git clone <repository-url>
    cd Learning-CrewAI
    
  3. Choose your crew and navigate to its directory:

    # For beginners
    cd 01_learning_crewai_project
    
    # For advanced users
    cd 02_ai_news
    
    # For production use
    cd 03_dfw_business_leads
    
  4. Install dependencies:

    uv sync
    
  5. Configure environment (create .env file):

    # Basic configuration for local LLM
    MODEL=ollama/mistral:latest
    OPENAI_API_BASE=http://localhost:11434
    OPENAI_API_KEY=ollama
    OPENAI_MODEL_NAME=ollama/mistral:latest
    
    # For crews requiring Brave Search
    BRAVE_API_KEY=your_brave_api_key_here
    
  6. Run the crew:

    crewai run
    

๐Ÿ—๏ธ Repository Structure

Learning-CrewAI/
โ”œโ”€โ”€ README.md                          # This file
โ”œโ”€โ”€ 01_learning_crewai_project/        # Basic crew
โ”‚   โ”œโ”€โ”€ README.md                      # Detailed documentation
โ”‚   โ”œโ”€โ”€ src/learning_crewai_project/
โ”‚   โ”‚   โ”œโ”€โ”€ config/
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ agents.yaml           # Agent definitions
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ tasks.yaml            # Task definitions  
โ”‚   โ”‚   โ”œโ”€โ”€ crew.py                   # Crew orchestration
โ”‚   โ”‚   โ”œโ”€โ”€ main.py                   # Entry point
โ”‚   โ”‚   โ””โ”€โ”€ tools/                    # Custom tools (basic)
โ”‚   โ””โ”€โ”€ report.md                     # Generated output
โ”œโ”€โ”€ 02_ai_news/                       # Advanced crew
โ”‚   โ”œโ”€โ”€ README.md                     # Detailed documentation
โ”‚   โ”œโ”€โ”€ src/ai_news/
โ”‚   โ”‚   โ”œโ”€โ”€ config/
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ agents.yaml           # Agent definitions
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ tasks.yaml            # Task definitions
โ”‚   โ”‚   โ”œโ”€โ”€ crew.py                   # Crew orchestration
โ”‚   โ”‚   โ”œโ”€โ”€ main.py                   # Entry point
โ”‚   โ”‚   โ””โ”€โ”€ tools/                    # Custom tools
โ”‚   โ””โ”€โ”€ Reports/                      # Generated reports
โ”‚       โ””โ”€โ”€ AI_News_Report_*.md
โ””โ”€โ”€ 03_dfw_business_leads/            # Production crew
    โ”œโ”€โ”€ README.md                     # Detailed documentation
    โ”œโ”€โ”€ src/dfw_business_leads/
    โ”‚   โ”œโ”€โ”€ config/
    โ”‚   โ”‚   โ”œโ”€โ”€ agents.yaml          # Agent definitions
    โ”‚   โ”‚   โ””โ”€โ”€ tasks.yaml           # Task definitions
    โ”‚   โ”œโ”€โ”€ crew.py                  # Crew orchestration
    โ”‚   โ”œโ”€โ”€ main.py                  # Entry point
    โ”‚   โ””โ”€โ”€ tools/                   # Advanced business tools
    โ”‚       โ”œโ”€โ”€ business_search_tools.py
    โ”‚       โ””โ”€โ”€ brave_search_tool.py
    โ”œโ”€โ”€ outputs/                     # Business reports
    โ”‚   โ””โ”€โ”€ north_fort_worth_leads_report.md
    โ””โ”€โ”€ test_crew.py                 # Comprehensive testing

๐Ÿ› ๏ธ Local LLM Setup (Recommended)

Using Ollama

  1. Install Ollama:

    # macOS
    brew install ollama
    
    # Linux
    curl -fsSL https://ollama.ai/install.sh | sh
    
  2. Start Ollama service:

    ollama serve
    
  3. Pull recommended models:

    # Lightweight, fast model
    ollama pull mistral:latest
    
    # More powerful model  
    ollama pull llama3.2:latest
    
    # Coding-focused model
    ollama pull deepseek-coder-v2:latest
    
  4. Configure crews to use local models (already configured in examples)

Benefits of Local LLMs

  • ๐Ÿ”’ Privacy: Your data never leaves your machine
  • ๐Ÿ’ฐ Cost-effective: No API fees or usage limits
  • โšก Speed: No network latency for requests
  • ๐ŸŽ›๏ธ Control: Full control over model behavior
  • ๐Ÿ”„ Reliability: No API downtime or rate limits

๐Ÿ”ง Advanced Configuration

Environment Variables

Each crew supports different configuration options:

# LLM Configuration
MODEL=ollama/mistral:latest                    # Model identifier
OPENAI_API_BASE=http://localhost:11434         # Ollama endpoint
OPENAI_API_KEY=ollama                          # Dummy key for Ollama
OPENAI_MODEL_NAME=ollama/mistral:latest        # Full model name

# External APIs (when needed)
BRAVE_API_KEY=your_brave_api_key_here          # For web search
SERPER_API_KEY=your_serper_key_here            # Alternative search
OPENAI_API_KEY=your_openai_key_here            # For cloud LLMs

# Performance Tuning
CREW_VERBOSE=true                              # Detailed logging
CREW_MEMORY=true                               # Enable agent memory
CREW_PLANNING=true                             # Enable planning feature

Model Recommendations

| Use Case | Recommended Model | Size | Speed | Quality | |----------|------------------|------|-------|---------| | Development & Testing | mistral:latest | 4.1GB | Fast | Good | | Production Quality | llama3.2:latest | 2.0GB | Medium | Excellent | | Code Generation | deepseek-coder-v2:latest | 8.9GB | Medium | Excellent | | Reasoning Tasks | phi4-reasoning:latest | 11GB | Slow | Excellent |

๐ŸŽ“ Learning Path

Beginner Path

  1. Start with: 01_learning_crewai_project

    • Learn basic agent configuration
    • Understand task dependencies
    • Practice with simple workflows
  2. Learn concepts:

    • Agent roles, goals, and backstories
    • Task descriptions and expected outputs
    • Sequential process execution

Intermediate Path

  1. Move to: 02_ai_news

    • Integrate external tools
    • Handle API configuration
    • Work with real-time data
  2. Learn concepts:

    • Tool integration patterns
    • Multi-agent collaboration
    • Error handling and reliability

Advanced Path

  1. Master: 03_dfw_business_leads

    • Complex business logic
    • Production-ready systems
    • Custom tool development
  2. Learn concepts:

    • Business intelligence workflows
    • Lead qualification systems
    • Market research automation

Expert Level

  1. Extend and customize:
    • Adapt crews for your use cases
    • Integrate with business systems
    • Scale to production environments

๐Ÿ”„ Common Workflows

Research & Analysis

# Basic research (01_learning_crewai_project)
cd 01_learning_crewai_project
crewai run  # Researches AI LLMs

# Advanced news intelligence (02_ai_news)  
cd ../02_ai_news
crewai run  # Generates AI news report

Business Intelligence

# Lead generation (03_dfw_business_leads)
cd ../03_dfw_business_leads
python test_crew.py  # Test functionality
crewai run           # Generate business leads

Custom Development

# Create new crew based on examples
crewai create crew my-custom-crew
# Copy patterns from existing crews
# Adapt agents, tasks, and tools

๐Ÿงช Testing & Development

Running Tests

Each crew includes testing capabilities:

# Basic functionality tests
cd 01_learning_crewai_project && crewai run

# Advanced tool integration tests  
cd 02_ai_news && crewai run

# Comprehensive business logic tests
cd 03_dfw_business_leads && python test_crew.py

Development Tips

  1. Start Simple: Begin with basic crews and add complexity
  2. Test Incrementally: Verify each component before integration
  3. Use Local LLMs: Faster iteration and no API costs
  4. Monitor Performance: Watch agent interactions and tool usage
  5. Handle Errors: Implement proper error handling and fallbacks

๐Ÿ“š Key CrewAI Concepts Demonstrated

Agent Design Patterns

  • Specialist Agents: Each agent has a specific expertise area
  • Tool Integration: Agents equipped with appropriate tools
  • Collaboration: Agents work together through task dependencies

Task Orchestration

  • Sequential Processing: Tasks build on previous results
  • Parallel Execution: Independent tasks run simultaneously
  • Output Management: Structured outputs and file generation

Tool Architecture

  • Custom Tools: Business-specific functionality
  • API Integration: External service integration
  • Error Handling: Graceful failure and recovery

Production Considerations

  • Configuration Management: Environment-based configuration
  • Performance Optimization: Efficient tool usage and caching
  • Scalability: Patterns for scaling to larger systems

๐ŸŒŸ Use Cases & Applications

Business Applications

  • Lead Generation: Automated prospect discovery and qualification
  • Market Research: Competitive analysis and trend monitoring
  • Content Creation: Research-backed content generation
  • Customer Intelligence: Customer research and segmentation

Technical Applications

  • News Monitoring: Technology trend tracking
  • Code Analysis: Automated code review and documentation
  • System Integration: Multi-system data aggregation
  • Process Automation: Complex workflow automation

Research Applications

  • Academic Research: Literature review and synthesis
  • Market Analysis: Industry research and reporting
  • Competitive Intelligence: Competitor monitoring
  • Trend Analysis: Pattern recognition and forecasting

๐Ÿค Contributing

We welcome contributions! Here's how to get involved:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and add tests
  4. Commit your changes: git commit -m 'Add your feature'
  5. Push to the branch: git push origin feature/your-feature
  6. Submit a pull request

Contribution Ideas

  • New crew examples for different industries
  • Additional tools and integrations
  • Performance optimizations
  • Documentation improvements
  • Testing enhancements

๐Ÿ“– Additional Resources

CrewAI Documentation

Local LLM Resources

External APIs

๐Ÿ†˜ Support & Community

Getting Help

  • Documentation Issues: Check individual crew README files
  • Technical Problems: Review configuration and error messages
  • Feature Requests: Submit GitHub issues with detailed descriptions
  • General Questions: Join the CrewAI Discord community

Troubleshooting Common Issues

LLM Connection Problems:

# Check Ollama status
ollama ps

# Restart Ollama service  
ollama serve

# Verify model availability
ollama list

Tool Integration Errors:

  • Verify API keys in .env files
  • Check network connectivity
  • Review tool documentation for requirements

Performance Issues:

  • Use appropriate models for your hardware
  • Monitor system resources during execution
  • Consider batch processing for large datasets

๐ŸŽฏ Next Steps

  1. Choose your starting point based on experience level
  2. Follow the learning path progression
  3. Experiment with modifications and customizations
  4. Build your own crews using these patterns
  5. Share your creations with the community

Ready to explore the future of AI agent collaboration? Pick a crew and start building! ๐Ÿš€๐Ÿค–


Happy building with CrewAI! ๐ŸŽ‰

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB REPOS

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/snapshot"
curl -s "https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/contract"
curl -s "https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

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

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

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

OPENCLAW
GITHUB_REPOScherry-studio

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

MCPOPENCLAW
GITHUB_REPOSAionUi

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

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

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-noahjenkins-learning-crewai/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_REPOS",
      "generatedAt": "2026-04-17T03:30:10.889Z"
    }
  },
  "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": "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": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Noahjenkins",
    "href": "https://github.com/NoahJenkins/Learning-CrewAI",
    "sourceUrl": "https://github.com/NoahJenkins/Learning-CrewAI",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T05:07:13.881Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-25T05:07:13.881Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/crewai-noahjenkins-learning-crewai/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 Learning-CrewAI and adjacent AI workflows.