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.14-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for agentize-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 9a529a922f2820e61b5d33d4f821e5968896e4389ae8950b25e599358bb23637
MD5 9deffc0834b3c31614cef4ffe11a7b78
BLAKE2b-256 b9de99c648e7c3226bcbf54a5f2913b10e1009dd867eb14e2546995e63e82998

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