LogoLogo
  • JuliaOS Documentation Hub
  • About JuliaOS
    • Mission & Vision
    • Features and Capabilities
    • Roadmap
    • Tokenomics
  • Ecosystem
    • Overview
  • Partners
    • Heurist
    • Fetch.ai
    • Soulgraph
    • cheqd.io
    • Aethir
    • Anyone
    • TensorLabs
    • Hashpower
  • Technology
    • Overview
    • Open Source
      • Modular Framework
      • CLI Mode
    • AI Platform
      • Dashboard
      • Agent Management
      • Swarm Management
      • Marketplace
      • Mining
    • LLM
    • Launchpad
    • Robotics & IOT
      • SwarmIOT
      • Modular AI with Robotics
        • J3OS MiniLLM
          • 🔧 Use Cases
  • Technical
    • Overview
    • Developer Hub
      • Getting Started
        • Installation Guide
          • Github Guide
        • Basic Concepts
        • Quick Start Guide
          • Handling secrets
        • Examples and Use
          • Example: Using the Trading Functionality
          • Example: Using the Benchmarking Feature
          • Example: Multi-Agent Swarm Coordination
          • Example: Using the Python Wrapper for LLM Integration
          • Example: Using Cross-Chain Bridges
          • Example: Creating and Running a Swarm Optimization
          • Page 4
      • Best Practices
        • Performance Tuning
        • Agent/Swarm Design Patterns
        • Best Practices & Patterns
        • Security Best Practices
      • CLI
        • JuliaOS CLI Interface
        • Agent Management (CLI)
        • CLI Configuration
        • Cross-Chain Hub (CLI)
        • Swarm Management (CLI)
        • CLI Troubleshooting
        • Wallet Management (CLI)
      • Framework SDK
        • Modules
          • Bridge
          • Agents Module
          • Dex
          • Swarms Module
          • Wallet
        • Python Wrapper
          • LangChain Integration
          • Python Wrapper
      • Contributing Guide
      • Extending JuliaOS
      • Development Setup & Conventions
      • Testing & Debugging
      • Troubleshooting
    • Architecture
      • High Level JuliaOS
      • CLI <-> Backend Communication
      • Data Storage Architecture
      • Framework Internals
      • Architecture Deep Dive
        • Architectual Notes
    • Concepts
      • Core Features & Concepts
      • Agents
        • Agent Skills & Specializations
      • Swarms
      • Neural Networks
      • Blockchains & Chains
      • Bridges (Cross-Chain)
      • Integrations
        • Google ADK
        • LLMs
        • Price Feed
        • DEX Integration
      • Storage
      • Trading Capabilities
      • Use Cases
      • Wallets
      • Portfolio Optimization
  • Research
    • JuliaOS Research
  • API Documentation
    • API Reference
      • API Reference: Julia Backend Commands
      • API Reference: CLI Commands
      • API Reference: Node.js API
      • API Reference: Python API
      • API Reference
  • Community
    • Community & Support
  • FAQ
    • General
    • Technical
    • Community
Powered by GitBook
On this page
  • Overview
  • What is ASI1?
  • Planned Capabilities for JuliaOS
  • Example Use-Cases
  • Current Status
Export as PDF
  1. Partners

Fetch.ai

ASI1 Integration

PreviousHeuristNextSoulgraph

Last updated 1 month ago

Status: Planned

Type: LLM Provider

Source:

Docs:

Overview

ASI1 is the first Web3-native large-language model built for agentic AI. It combines multi-step reasoning with native $FET wallet support, enabling secure, context-aware conversations for autonomous agents operating in decentralised environments.

What is ASI1?

  • Current model: asi1-mini (REST + streaming APIs)

  • Dynamic reasoning modes: Multi-Step, Complete, Optimised, and Short, automatically selected per request.

  • Agent connectivity: ASI1 can call, or be extended by, external uAgents that act as domain experts and can be monetised through Agentverse.

Planned Capabilities for JuliaOS

LLM plug-in: Drop-in ASI1 client with API-key auth

Agent-level routing: Select ASI1, OpenAI, or local models per call

Adaptive reasoning: Surface ASI1’s mode selector to let swarms trade depth vs. speed

uAgent bridge: Expose JuliaOS agents in Agentverse so ASI1 can delegate tasks back to the swarm

Wallet metering: Optional FET-wallet passthrough once live billing is enabled

Example Use-Cases

  • Cross-chain trade optimiser – ASI1 reasons; JuliaOS executes swaps

  • DeFi compliance copilot – ASI1 consults legal uAgents; JuliaOS enforces rules

  • Research summariser – Feed lengthy PDFs to JuliaOS; ASI1 summarises and links into its knowledge graph

Current Status

This integration is not yet live.

Coming deliverables (planned)

  • asi1 client module

  • Agent-level llm_provider = "asi1" configuration

  • Test harness & sample notebooks

  • Step-by-step tutorial in GitBook

Stay tuned for updates as we finalise specs and begin internal testing.

ASI1.ai
ASI1 Documentation