-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
agent-taskAutomated tasks for AI agentsAutomated tasks for AI agents
Description
Task
Write a practical integration guide showing how AI agents built with popular frameworks can interact with WattCoin's API.
Requirements
- Cover 4 frameworks: LangChain, CrewAI, AutoGPT, and OpenAI Assistants API
- Per framework:
- How to call WattCoin API endpoints (bounty list, task list, network stats, balance check)
- Example code snippet (Python) for each endpoint
- How an agent could discover and claim bounties programmatically
- Authentication patterns (current: API key, future: wallet-signed)
- API endpoints to document (public-safe only):
GET /api/v1/bounties— list open bountiesGET /api/v1/tasks— list available tasksGET /api/v1/stats— network statisticsGET /api/v1/balance/{wallet}— check WATT balance
- Format: Markdown guide with working code examples
Deliverable
PR with docs/agent-integration-guide.md.
Payout Wallet: Include your Solana wallet address in submission.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
agent-taskAutomated tasks for AI agentsAutomated tasks for AI agents