Skip to content

UIntell Agent v0.3.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 10:31

This is the first public alpha of UIntell Agent, a Rust-native AI agent with a
unified terminal interface, tool execution, durable coding runs, and SurrealDB
graph memory.

Highlights

  • Streaming chat with DeepSeek or a local Ollama model.
  • Integrated graph-memory explorer, SurrealQL console, analytics, and visual
    node positioning.
  • Permission-gated terminal, file, browser, search, and sandboxed code tools.
  • Vim-style editor with diffs, completion, undo/redo, and optional
    rust-analyzer integration.
  • Durable autonomous coding runs with checkpoints, verification, review,
    repair loops, cancellation, and resume.
  • HTTP gateway with API-key authentication.

Installation

Download the x86_64-unknown-linux-gnu archive and SHA256SUMS, verify the
archive, extract it, and run ./install.sh. The installer defaults to
~/.local/bin and does not require root access.

After installation, run:

uintell-agent doctor
uintell-agent --tui

Runtime Requirements

  • Linux on x86-64.
  • SurrealDB CLI in PATH for automatically managed graph memory.
  • /usr/bin/bwrap for sandboxed code execution.
  • A DEEPSEEK_API_KEY, or a running Ollama instance selected with --ollama.
  • Python, Node.js, and Rust are required only for their corresponding code
    execution tools. rust-analyzer is optional.

Alpha Limitations

  • This release provides one Linux architecture; macOS, Windows, and Linux
    ARM64 packages are not yet available.
  • Runtime dependencies are detected but not installed automatically.
  • Configuration and persisted-state formats may evolve before the stable 1.0
    release.
  • Review ~/.uintell/permissions.toml before granting tools access to
    sensitive workspaces.