feat: optimize website for OpenClaw Agent focus
This commit is contained in:
@@ -135,6 +135,37 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Agent Ecosystem Section -->
|
||||
<section class="features" id="agents">
|
||||
<div class="container">
|
||||
<h2 class="section-title">OpenClaw Agent Ecosystem</h2>
|
||||
<div class="features-grid">
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-robot"></i>
|
||||
</div>
|
||||
<h3>Autonomous Negotiation</h3>
|
||||
<p>Agents use isolated smart contract wallets to bid for GPU compute time independently based on task priority.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-network-wired"></i>
|
||||
</div>
|
||||
<h3>Multi-Modal Fusion</h3>
|
||||
<p>Seamlessly process text, image, audio, and video via high-speed WebSocket streams on global edge nodes.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-brain"></i>
|
||||
</div>
|
||||
<h3>Decentralized Memory</h3>
|
||||
<p>Agents utilize IPFS/Filecoin for scalable, off-chain RAG vector embeddings, secured by on-chain ZK-Proofs.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Architecture Section -->
|
||||
<section class="architecture" id="architecture">
|
||||
<div class="container">
|
||||
@@ -266,28 +297,22 @@
|
||||
<p>Core infrastructure, marketplace, explorer, wallet, trade exchange, and 30+ GPU services deployed</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="roadmap-item">
|
||||
<div class="roadmap-marker">✅</div>
|
||||
<div class="roadmap-content">
|
||||
<h4>Phase 8 - Global Expansion Complete</h4>
|
||||
<p>Multi-region edge nodes, Geographic load balancing, Dispute resolution contracts</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="roadmap-item">
|
||||
<div class="roadmap-marker">🔄</div>
|
||||
<div class="roadmap-content">
|
||||
<h4>Stage 8 - Current Focus</h4>
|
||||
<p>Research consortium, sharding prototypes, ZK applications, and global expansion</p>
|
||||
<h4>Q2-Q3 2026 - Current Focus</h4>
|
||||
<p>OpenClaw Autonomous Economics, Decentralized AI Memory, Developer Ecosystem Grants</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="roadmap-item">
|
||||
<div class="roadmap-marker">9</div>
|
||||
<div class="roadmap-content">
|
||||
<h4>Stage 9 - Moonshot Initiatives</h4>
|
||||
<p>Decentralized infrastructure, AI automation, and global standards</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="roadmap-item">
|
||||
<div class="roadmap-marker">10</div>
|
||||
<div class="roadmap-content">
|
||||
<h4>Stage 10 - Stewardship</h4>
|
||||
<p>Open governance, educational programs, and long-term preservation</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user