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

Crawler

  • 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.

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for agentize-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 6dc77cb42e336ee776b0733cafaffe65de75e1496a6ddb0369a73583568ea05a
MD5 9dc454253742a7d74c96f6d2f08773ba
BLAKE2b-256 9919d5f4ef8a093659cfc508de227246f921990d17209fc0bd3ca9a080a7699a

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