AI AGENT PLATFORM FOR TRADE
ᚴᛆᚢᛕ
AI Agents That
Drive Global Trade
23 specialized AI agents covering the entire trade lifecycle — from prospect discovery to order fulfillment. All customer data remains on your device, encrypted and physically isolated from the cloud.
from kaup import Agent, tool lead_agent = Agent( name="lead-search", tools=["google", "linkedin", "customs_db"], instructions="Find buyers for LED lighting in Europe..." ) # Search for qualified leads results = lead_agent.run( "Find European LED lighting importers " "with annual revenue > $1M" ) for lead in results.top(10): lead_agent.reach_out(lead, style="personalized")
CORE CAPABILITIES
Purpose-Built for
International Trade
Data Sovereignty by Design
Customer data resides in your local encrypted SQLite database — physically isolated from the cloud. Compliance is structural, not contractual.
23 Trade-Specialized Agents
13 local agents and 10 cloud agents, each purpose-built for a specific trade task — prospecting, outreach, qualification, order management, and beyond.
Native System Integration
Desktop-native access to browser automation, WeChat Work, WhatsApp, and ERP systems — capabilities fundamentally unavailable to browser-based SaaS.
Fully Operational Offline
13 local agents function without internet connectivity — on flights, at factories, at trade shows. Your workflow continues uninterrupted.
Bring Your Own Model
Connect your own LLM API key. Encrypted on-device storage. Zero platform inference cost. Full model autonomy.
End-to-End Workflow
40 business modules spanning sales, marketing, operations, logistics, and management — every role in your trade organization.
ARCHITECTURE
From Viking Ports
to AI Agents
'Kaup' originates from Old Norse — the language of Viking traders who founded Kaupang, the first Nordic trade town, in 780 AD. Twelve centuries later, the same word names a new paradigm in trade: AI Agents executing what once required entire teams.
npm install @kaup/sdk
Local-First Desktop App built on Tauri 2.x. A local Agent Runtime processes tasks on your machine; a Cloud Agent Engine handles external data sources. Your data never leaves your device unless you explicitly choose to sync.
import { Agent, tool } from "@kaup/sdk" const searchWeb = tool({ name: "search_buyers", description: "Search for potential buyers", parameters: z.object({ product: z.string(), region: z.string() }), execute: async ({ product, region }) => { return await fetch(`/search?q=${product}+buyers+${region}`) } }) const agent = new Agent({ name: "outreach-agent", model: "your-api-key", // BYOM tools: [searchWeb], stream: true }) // Your data never leaves your machine for await (const chunk of agent.run("Find EU LED buyers")) { process.stdout.write(chunk) }
PRICING
Transparent Pricing,
Predictable Costs
Start free, scale on your terms. No hidden fees.
- ✓~5 lead searches/mo + unlimited AI operations
- ✓1–2 users
- ✓All 23 agents
- ✓Local encrypted storage
- ✓BYOM — bring your own model
- ✓WhatsApp integration
- ✓~15 lead searches/mo + team collaboration
- ✓All 23 agents
- ✓Local encrypted storage
- ✓BYOM — bring your own model
- ✓WeChat Work API
- ✓WhatsApp integration
- ✓ERP integration
- ✓Up to 15 users
- ✓~50 lead searches/mo + dedicated support
- ✓All 23 agents
- ✓Local encrypted storage
- ✓BYOM — bring your own model
- ✓WeChat Work API
- ✓WhatsApp integration
- ✓ERP integration
- ✓Docker private deployment
- ✓Unlimited users
- ✓Dedicated training
FAQ
Frequently Asked Questions
Build Your AI-Powered
Trade Team
Start free. Your data stays on your device.