Skip to main content

No project description provided

Project description

agentize

image

Agentize provides out-of-the-box tools for building chatbot agent with LLMs.

Usage

Installation

pip install agentize

# If you want to use langfuse
pip install agentize[langfuse]

Tools

MarkItDown

  • markitdown_scrape tool to scrape a URL and get its content.

Firecrawl

  • firecrawl_scrape tool to scrape a URL and get its content.
  • search tool to perform web searches and optionally retrieve content from the results.
  • map tool to go from a single url to a map of the entire website.

Telegragh

  • publish_page_md tool to publish a markdown document to telegraph and get its URL.

Wise

  • query_rate_history tool to query the rate history of a currency.

Agents

  • Summary agent to summarize a document.

Examples

Chatbot agent

uv run chainlit run examples/chatbot_agent.py

Chatbot with MCP client

uv run chainlit run examples/mcp_chatbot.py

Summarize chatbot

uv run chainlit run examples/summarize_chatbot.py

Development

type check and format the code

make format fix type

pre-commit git hook installation

pre-commit install
# or manually run
pre-commit run --all-files

Environment variables

# OpenAI compatible proxy
# export OPENAI_PROXY_BASE_URL="..."
# export OPENAI_PROXY_API_KEY="..."

# OpenAI
# export OPENAI_MODEL="gpt-4o-mini"
# export OPENAI_API_KEY="sk-..."

# Firecrawl (optional)
export FIRECRAWL_API_KEY="fc-..."

# Langfuse
export LANGFUSE_PUBLIC_KEY="pk-..."
export LANGFUSE_SECRET_KEY="sk-..."
export LANGFUSE_HOST="..."

# Azure OpenAI
export AZURE_OPENAI_API_KEY="..."
export AZURE_OPENAI_ENDPOINT="..."
export OPENAI_MODEL="gpt-4.1"
export OPENAI_API_VERSION="...."

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

agentize-0.0.15-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file agentize-0.0.15-py3-none-any.whl.

File metadata

  • Download URL: agentize-0.0.15-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.3

File hashes

Hashes for agentize-0.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 a456de659bac290482c91fa8f3e274a94048adfc0b306f5d6117d5d15d2cb7b5
MD5 1c0ec8a7f8088b1ccda27d4d258f2cd2
BLAKE2b-256 a13154cae9530f2952952261d7a506b1ec7df6b6de0ea5010e8e5592285b10cf

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