Skip to main content

An AI Agent

Project description

Aser

Aser is a minimalist, modular, and versatile AI agent framework. You can assemble an agent with just a few lines of code.

Website | Documentation | Get Support | 中文

Installation

Install from pypi:

pip install aser

Or clone the repository:

git clone https://github.com/AmeNetwork/aser.git
cd aser
pip install -r requirements.txt

Set up environment variables

Please refer to .env.example file, and create a .env file with your own settings. You don't need to configure all environment variables, just select the ones you use.

.env file example:

#MODEL
MODEL_BASE_URL=<your model base url>
MODEL_KEY=<your model key>

Usage

#Basic
from aser.agent import Agent
agent=Agent(name="aser agent",model="gpt-4.1-mini")
response=agent.chat("what's bitcoin?")
print(response)
# Full configuration
aser = Agent(
    name="aser",
    model="gpt-4o-mini",
    tools=[web3bio, exa],
    knowledge=knowledge,
    memory=memory,
    chat2web3=[connector],
    mcp=[price],
    trace=trace
)

Get Started

If you clone the project source code, before running the examples, please run pip install -e . in the root directory, which allows Python to find and import the aser module from the local source code. If you install it via pip install aser , you can run the examples directly.

Beginner:

  • Aser Agent: Your First AI Agent
  • Model Config: Customize the LLM configuration
  • Memory: Build an agent with memory storage
  • RAG: Build an agent with knowledge retrieval
  • Tools: Build an agent with tools
  • Toolkits: Use built-in toolkits
  • Trace: Build an agent with tracing
  • API: Build an agent with API server
  • CLI: Interact with the agent using the CLI
  • Discord: Build an agent with Discord client
  • Telegram: Build an agent with Telegram client
  • Farcaster: Build an agent with Farcaster client

Intermediate:

Advanced:

  • MSCP: Model Smart Contract Protocol
  • A2Aser: Integrate Google Agent2Agent (A2A) Protocol
  • A2A Client: Agent to Agent Client

Experiments:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aser-0.1.9.tar.gz (36.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aser-0.1.9-py3-none-any.whl (46.0 kB view details)

Uploaded Python 3

File details

Details for the file aser-0.1.9.tar.gz.

File metadata

  • Download URL: aser-0.1.9.tar.gz
  • Upload date:
  • Size: 36.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for aser-0.1.9.tar.gz
Algorithm Hash digest
SHA256 a3f77fdc4c9e48e2865bc8fdc669cb405c8f5dd513d8de07e860e86ebbaaee81
MD5 8947575dc31ab5e13a6523aba7d7decd
BLAKE2b-256 92e32f9827c52dff1b678808dea2b0a21993de9f1ff4cdfbe1b4c0bf2dcbe97e

See more details on using hashes here.

File details

Details for the file aser-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: aser-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 46.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for aser-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 6f7de842f8debe250eaa050fcf58c62aee25a34f4713ec7da67501547cccb6b2
MD5 254e8d3fab54542a85271a49ec4fa371
BLAKE2b-256 63a9d328bba55e2a06e0b7849fac568085a0860b2205e37b6988b3de1366261d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page