Documentation

AutonQwen Guide

Everything you need to know about using the AI agent — from connecting your wallet to completing complex tasks.

Getting Started

01

Connect Wallet

Click the "Connect Wallet" button on the homepage. Choose MetaMask, WalletConnect, Coinbase Wallet, or Phantom. You can also enter a wallet address manually.

02

Enter Chat

Once your wallet is connected, you'll be redirected to the chat page. Here you can start interacting with the AI agent right away.

03

Assign a Task

Type your task in natural language. The agent will automatically choose the right tools and execute them.

Available Tools

The agent has 9 built-in tools that are called automatically based on the task requirements.

📁
read_file

Read file contents. Supports all text formats.

Example:"Read the contents of config.json"
✏️
write_file

Write or overwrite a file. Auto-creates directories.

Example:"Create a file hello.py with hello world"
📂
list_directory

List files and folders in a directory.

Example:"Show all files in the /data folder"
💻
run_command

Run a shell command. Dangerous commands are automatically blocked.

Example:"Run python script.py"
🌐
web_search

Web search via DuckDuckGo. No API key required.

Example:"Search for the latest React hooks tutorial"
🔗
fetch_url

Fetch and parse content from a URL.

Example:"Fetch data from https://api.example.com/data"
🗄️
db_query

Run SQL queries on a SQLite database.

Example:"SELECT * FROM users LIMIT 10"
📊
read_spreadsheet

Read Excel (.xlsx) files into structured data.

Example:"Read the first sheet of report.xlsx"
📈
write_spreadsheet

Create Excel (.xlsx) files from data.

Example:"Create a spreadsheet from this sales data"

Usage Tips

💬

Use natural language

No special format required. Just write commands as if you're speaking naturally.

🎯

Provide clear context

The more specific your instructions, the more accurate the results. Mention file names, output formats, or constraints.

🔄

Multi-step tasks

The agent can handle complex tasks that require multiple tools — e.g., read a file, analyze it, then create a report.

📎

Leverage spreadsheets

You can ask the agent to read Excel files, analyze data, and create new files — all from the chat.

🛡️

Safety filter active

Dangerous terminal commands (rm -rf, format, etc.) are automatically blocked. You can work without worry.

🔍

Real-time web search

The agent can search the internet for the latest information to answer questions or supplement your tasks.

Memory & Context

Conversation History

Each chat session has its own conversation history. The agent remembers context within the same session, so you can reference previous messages.

Persistent Memory

The agent can save important facts across sessions using the [REMEMBER: key = value] format. This memory persists between conversations and helps the agent understand your context better.

Multi-Session

You can create multiple chat sessions from the sidebar. Each session is independent and can be used for different topics.

Frequently Asked Questions

Is it free?

Yes, AutonQwen is free to use. Just connect your wallet to get started.

Which wallets are supported?

MetaMask, WalletConnect, Coinbase Wallet, and Phantom. You can also enter a wallet address manually.

Which AI model is used?

Currently using Qwen3.5 via Ollama. You can switch models from the settings panel on the chat page.

Is my data safe?

Yes. All conversations are stored privately and linked to your wallet address. No data is shared with third parties.

Is there a conversation limit?

No limits. You can run unlimited conversations.

What is the ReAct Loop?

The agent uses a Think → Act → Observe pattern iteratively (up to 10 iterations) to complete complex tasks automatically.

Ready to try?

Connect your wallet and start using the AI agent now.

Connect Wallet — Free