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

Tools

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 tool to publish a document to telegraph and get its URL.
  • 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.11-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for agentize-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 ab66bee7b093d6160992cdcb6643e16673509a7e97199861ade373138feb5ab9
MD5 b309cb8814a9b21e56c5d977dd3bc82f
BLAKE2b-256 49d889ffda4294551bbdad1e2e785f400c84c796159e2b9f2beafd8697d24d9f

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