mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
57 lines
1.8 KiB
Plaintext
57 lines
1.8 KiB
Plaintext
---
|
|
title: "Introduction"
|
|
description: "The secure, open-source AI agent"
|
|
icon: "book"
|
|
---
|
|
|
|
IronClaw is a secure, open-source AI agent framework built in Rust and deployed on NEAR AI Cloud. It enables creating AI agents with access to your tools and services, while keeping your credentials safe and private.
|
|
|
|
<Card title="Get started" icon="rocket" href="/quickstart" horizontal>
|
|
Deploy your first agent in minutes.
|
|
</Card>
|
|
|
|
---
|
|
|
|
## Key Capabilities
|
|
|
|
<CardGroup cols={3}>
|
|
<Card title="Multi-Channel" icon="message" href="/channels">
|
|
Access IronClaw via web browser, Telegram, terminal UI, or HTTP webhooks
|
|
</Card>
|
|
|
|
<Card title="Security-First" icon="shield-check" href="/security">
|
|
Multi-layer defense: safety layer, WASM sandbox, Docker isolation, encrypted secrets
|
|
</Card>
|
|
|
|
<Card title="Multi-Provider LLM" icon="brain">
|
|
Choose from 7+ providers: NEAR AI, Anthropic, OpenAI, Ollama, Tinfoil, and more
|
|
</Card>
|
|
|
|
<Card title="Extensions" icon="hammer" href="/extensions/overview">
|
|
Give your agent access to complex tools so it can perform real-world tasks
|
|
</Card>
|
|
|
|
<Card title="Parallel Jobs" icon="briefcase" href="/capabilities/jobs">
|
|
Execute multiple tasks concurrently with state machine and self-repair
|
|
</Card>
|
|
|
|
<Card title="Persistent Memory" icon="database" href="/capabilities/memory/identity">
|
|
Hybrid search (FTS + vector) with identity files and heartbeat system
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Resources
|
|
|
|
<Card title="Get started" icon="rocket" href="/quickstart" horizontal>
|
|
Deploy your first agent in minutes.
|
|
</Card>
|
|
|
|
<Columns cols={2}>
|
|
<Card title="Agent Dashboard" icon="sliders" href="https://agent.near.ai/">
|
|
Manage your agents in one place.
|
|
</Card>
|
|
<Card title="NEAR AI Cloud" icon="cloud" href="https://cloud.near.ai/">
|
|
The secure cloud platform for AI agents.
|
|
</Card>
|
|
</Columns>
|