Skip to content

Add WritBase integration: persistent task backend for CrewAI agents#344

Open
RusDyn wants to merge 2 commits intocrewAIInc:mainfrom
RusDyn:add-writbase-integration
Open

Add WritBase integration: persistent task backend for CrewAI agents#344
RusDyn wants to merge 2 commits intocrewAIInc:mainfrom
RusDyn:add-writbase-integration

Conversation

@RusDyn
Copy link
Copy Markdown

@RusDyn RusDyn commented Mar 14, 2026

Summary

  • Adds a WritBase integration example showing how to use WritBase as a persistent task backend for CrewAI agents
  • Agents fetch assigned tasks from WritBase, process them with a CrewAI crew, and write results back
  • Demonstrates MCP HTTP endpoint integration pattern

What is WritBase?

WritBase is an MCP-native task management system for AI agent fleets. Apache 2.0, self-hosted via npx writbase init.

Files

  • README.md — Setup guide and architecture explanation
  • main.py — CrewAI crew that reads/writes tasks via WritBase MCP
  • .env.example — Environment variables template
  • requirements.txt — Python dependencies
  • .gitignore — Standard Python gitignore

Test plan

  • Code runs with valid WritBase credentials
  • Tasks are fetched and updated correctly
  • README instructions are complete and accurate

🤖 Generated with Claude Code

RusDyn and others added 2 commits March 14, 2026 13:36
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- update_task requires version for conflict detection
- get_tasks response wraps tasks in {"tasks": [...]}
- WritBase tasks use description, not title

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant