Private LLM platform for farmers with ECDSA-signed requests. Keep your agricultural data safe and secure with intelligent agents you control.
Private LLM for farmers. No data leaves your server. All processing happens locally with your own infrastructure
Every request and response is ECDSA-signed by platform keys. Verify authenticity and integrity of all AI responses for complete trust
Purpose-built agricultural AI with specialized agents for crop analysis, resource planning, and farm optimization
ECDSA signature verification ensures every response comes from verified platform keys. Detect tampering instantly
Bank-grade cryptography protects your agricultural intelligence. No third-party data collection or surveillance
Conversation memory integration for stateful multi-turn interactions
Docker-ready deployment with CapRover and health check monitoring
Each agent is optimized for farming workflows with ECDSA signature verification powered by smartledger.technology™
General-purpose agent for answering questions and providing information
Creates clean, well-documented code with complexity analysis
Breaks down projects into actionable tasks with timelines
Condenses content into concise summaries with key points
Refactors code for readability, performance, and best practices
Enhances prompts for better AI responses and clarity
Intelligently selects the right tool for a given task
Designs complex workflows and processes step-by-step
Flexible endpoints for different use cases
POST /api/query
Use any schema with flexible queries
POST /api/json-mode
Get responses in flexible JSON format
GET /api/schemas
List all available schemas
GET /health
Check API availability
curl -X POST https://harvest-ai.codenlighten.org/api/agent/code-generator \
-H "Content-Type: application/json" \
-d '{
"query": "Create a function to check if a number is prime",
"sign": false
}'
Express 5.2.1
Ollama LLM
ECDSA Signing
Docker Ready
CapRover
JSON Schema
Every API request and response is cryptographically signed and verified
All responses signed with secp256k1 ECDSA keys. Verify authenticity using Bitcoin address verification.
Verify signatures using platform address. Detect tampering instantly with cryptographic proof.
Cryptographic proof that responses haven't been altered in transit or at rest.
Built for agricultural operations. Your crop data, soil data, and farm intelligence stays private.
{
"status": "healthy",
"timestamp": "2025-12-15T21:28:18.256Z",
"model": "mixtral:8x7b",
"_signature": "HxIYlEiHl5OSIdwcphr/cwsCfU6PjV8BtX6Cr4iU...",
"_address": "1LkqdGpCghAv6U261AMDrdwD9yRGGWzR2c",
"_signedAt": "2025-12-15T21:28:18.256Z"
}
git clone <repo-url>
cp .env.example .env
docker build -t ollama-agents .
captain-definition ready
3.6s avg
with inference100%
all endpoints14
specialized13+
fully testedStart using Ollama Agents API today
Access Live API