EdenAI by LumenBridge

Private LLM platform for farmers with ECDSA-signed requests. Keep your agricultural data safe and secure with intelligent agents you control.

13+ API Endpoints
14 JSON Schemas
100% Uptime
API
Agents
Schemas

Why Choose EdenAI?

🌾

Your Data, Your Control

Private LLM for farmers. No data leaves your server. All processing happens locally with your own infrastructure

Cryptographically Signed

Every request and response is ECDSA-signed by platform keys. Verify authenticity and integrity of all AI responses for complete trust

🚜

Built for Farmers

Purpose-built agricultural AI with specialized agents for crop analysis, resource planning, and farm optimization

Verified Authenticity

ECDSA signature verification ensures every response comes from verified platform keys. Detect tampering instantly

🔒

Enterprise Security

Bank-grade cryptography protects your agricultural intelligence. No third-party data collection or surveillance

💾

Memory Enabled

Conversation memory integration for stateful multi-turn interactions

🚀

Production Ready

Docker-ready deployment with CapRover and health check monitoring

Specialized Agriculture Intelligence Agents

Each agent is optimized for farming workflows with ECDSA signature verification powered by smartledger.technology™

Base

/api/agent/base

General-purpose agent for answering questions and providing information

missingContext, response
Code Generator

/api/agent/code-generator

Creates clean, well-documented code with complexity analysis

code, explanation, complexity
Project Planner

/api/agent/project-planner

Breaks down projects into actionable tasks with timelines

projectName, tasks, timeline
Summarizer

/api/agent/summarize

Condenses content into concise summaries with key points

summary, keyPoints, reasoning
Code Improver

/api/agent/code-improver

Refactors code for readability, performance, and best practices

improvedCode, explanation, changes
Prompt Improver

/api/agent/prompt-improver

Enhances prompts for better AI responses and clarity

improvedPrompt, suggestions
Tool Choice

/api/agent/tool-choice

Intelligently selects the right tool for a given task

chosenTool, reasoning, confidence
Workflow Planner

/api/agent/workflow-planner

Designs complex workflows and processes step-by-step

workflowSteps, dependencies

Simple REST API

Flexible endpoints for different use cases

Generic Query

POST /api/query

Use any schema with flexible queries

JSON Mode

POST /api/json-mode

Get responses in flexible JSON format

Schema List

GET /api/schemas

List all available schemas

Health Status

GET /health

Check API availability

Example Request

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
  }'

Built with Modern Tech by LumenFarm Technologies

Express 5.2.1

Ollama LLM

ECDSA Signing

Docker Ready

CapRover

JSON Schema

Enterprise-Grade Security with ECDSA Signing

Every API request and response is cryptographically signed and verified

🔑 ECDSA Signing

All responses signed with secp256k1 ECDSA keys. Verify authenticity using Bitcoin address verification.

✅ Address Verification

Verify signatures using platform address. Detect tampering instantly with cryptographic proof.

🔒 Data Integrity

Cryptographic proof that responses haven't been altered in transit or at rest.

🚜 Farmer-First Privacy

Built for agricultural operations. Your crop data, soil data, and farm intelligence stays private.

Example: Signed Response

{
  "status": "healthy",
  "timestamp": "2025-12-15T21:28:18.256Z",
  "model": "mixtral:8x7b",
  "_signature": "HxIYlEiHl5OSIdwcphr/cwsCfU6PjV8BtX6Cr4iU...",
  "_address": "1LkqdGpCghAv6U261AMDrdwD9yRGGWzR2c",
  "_signedAt": "2025-12-15T21:28:18.256Z"
}

Deploy in Minutes

1

Clone Repository

git clone <repo-url>
2

Configure Environment

cp .env.example .env
3

Deploy with Docker

docker build -t ollama-agents .
4

Or Use CapRover

captain-definition ready

Production Ready

Response Time

3.6s avg

with inference

Success Rate

100%

all endpoints

JSON Schemas

14

specialized

Endpoints

13+

fully tested

Ready to Get Started?

Start using Ollama Agents API today

Access Live API