91 lines
5.7 KiB
HTML
91 lines
5.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="dark">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Services — Krusty Planet</title>
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="stylesheet" href="/css/style.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar is-dark" role="navigation" aria-label="main navigation">
|
|
<div class="navbar-brand">
|
|
<a class="navbar-item" href="/"><strong>🌍 Krusty Planet</strong></a>
|
|
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" id="nav-toggle"><span></span><span></span><span></span></a>
|
|
</div>
|
|
<div class="navbar-menu" id="nav-menu">
|
|
<div class="navbar-start">
|
|
<a class="navbar-item" href="/">Home</a>
|
|
<a class="navbar-item" href="/services.html">Services</a>
|
|
<a class="navbar-item" href="/pricing.html">Pricing</a>
|
|
<a class="navbar-item" href="/free-audit.html">Free Audit</a>
|
|
<a class="navbar-item" href="/blog.html">Blog</a>
|
|
<a class="navbar-item" href="/contact.html">Contact</a>
|
|
</div>
|
|
<div class="navbar-end">
|
|
<div class="navbar-item"><button class="button is-small is-light" id="theme-toggle">🌙</button></div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<section class="hero is-small is-kp">
|
|
<div class="hero-body has-text-centered">
|
|
<h1 class="title has-text-white">Services</h1>
|
|
<p class="subtitle has-text-light">What we build and how it works</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
<div class="box kp-card mb-6">
|
|
<h2 class="title is-4">🤖 AI Agent Deployment</h2>
|
|
<p class="has-text-grey-light mb-4">Deploy AI agents on your hardware using OpenClaw, Ollama, or other open-source runtimes. We configure the environment, connect your preferred model (local or API), and hand you a documented, working system you can extend on your own.</p>
|
|
<div class="tags"><span class="tag is-primary">OpenClaw</span><span class="tag is-primary">Ollama</span><span class="tag is-primary">Self-Hosted LLMs</span><span class="tag is-primary">API Integration</span></div>
|
|
</div>
|
|
|
|
<div class="box kp-card mb-6">
|
|
<h2 class="title is-4">🧠 Custom Skill Development</h2>
|
|
<p class="has-text-grey-light mb-4">Each skill is built for a specific task in your workflow. Examples: an agent that reads your inbox and drafts categorized responses, a scraper that compiles daily reports from three websites, or a monitoring skill that alerts you when a service goes down.</p>
|
|
<div class="tags"><span class="tag is-primary">Natural Language Tasks</span><span class="tag is-primary">API Workflows</span><span class="tag is-primary">Data Processing</span><span class="tag is-primary">Web Automation</span></div>
|
|
</div>
|
|
|
|
<div class="box kp-card mb-6">
|
|
<h2 class="title is-4">🏗️ Agent Fleet Architecture</h2>
|
|
<p class="has-text-grey-light mb-4">Multiple agents working in parallel, each with a specialty. A research agent finds sources, a coding agent implements, an audit agent reviews the output. Task delegation with built-in quality checks. We design the topology and write the coordination logic.</p>
|
|
<div class="tags"><span class="tag is-primary">Multi-Agent Orchestration</span><span class="tag is-primary">Task Delegation</span><span class="tag is-primary">Quality Pipelines</span><span class="tag is-primary">Parallel Processing</span></div>
|
|
</div>
|
|
|
|
<div class="box kp-card mb-6">
|
|
<h2 class="title is-4">🔐 Private Infrastructure</h2>
|
|
<p class="has-text-grey-light mb-4">Deploy on your own hardware, no third-party API calls required. We set up local model inference, encrypted communications, and optional air-gapped configurations for sensitive environments. Your data never touches our servers.</p>
|
|
<div class="tags"><span class="tag is-primary">Air-Gapped Deploy</span><span class="tag is-primary">Local Inference</span><span class="tag is-primary">E2E Encryption</span><span class="tag is-primary">I2P Hosting</span></div>
|
|
</div>
|
|
|
|
<div class="box kp-card mb-6">
|
|
<h2 class="title is-4">🛠️ Ongoing Support</h2>
|
|
<p class="has-text-grey-light mb-4">Monthly retainer for monitoring agent health, applying updates, building new skills, and troubleshooting issues. Critical problems addressed within 4 hours during business hours, standard requests within 24 hours.</p>
|
|
<div class="tags"><span class="tag is-primary">Monthly Retainer</span><span class="tag is-primary">Health Monitoring</span><span class="tag is-primary">Skill Updates</span><span class="tag is-primary">Troubleshooting</span></div>
|
|
</div>
|
|
|
|
<div class="box kp-card mb-6">
|
|
<h2 class="title is-4">🎓 Training & Documentation</h2>
|
|
<p class="has-text-grey-light mb-4">Plain-English documentation for operating and extending your agent system. Walkthrough sessions (video call or text-based) so your team can maintain things independently. The goal is to make you self-sufficient, not dependent on us.</p>
|
|
<div class="tags"><span class="tag is-primary">Written Docs</span><span class="tag is-primary">Walkthrough Sessions</span><span class="tag is-primary">Team Onboarding</span></div>
|
|
</div>
|
|
|
|
<div class="has-text-centered mt-6">
|
|
<a href="/contact.html" class="button is-primary is-large is-rounded">Discuss Your Project</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer class="footer has-background-dark has-text-light">
|
|
<div class="content has-text-centered">
|
|
<p><strong>🌍 Krusty Planet</strong> — Privacy-focused AI consulting</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="/js/main.js"></script>
|
|
</body>
|
|
</html>
|