Skip to main content

Entari plugin for HYW - Use large language models to interpret chat messages

Project description

entari-plugin-hyw

简体中文

An Entari plugin for chat-oriented agent workflows.

Status

Usable and under active development.

What It Does

  • Chat Q&A command entry (question_command, default /q).
  • Reply-based multi-turn continuation.
  • Optional image context ingestion.
  • Web search tool integration (web_search) with time and region controls.
  • Optional card-style rendering for Markdown-heavy outputs.

Architecture

flowchart LR
    A[Command Input] --> B[FlowRunner]
    B --> C[Agent Session]
    C --> D[Policy-driven Tool Calls]
    D --> E[web_search / web_fetch]
    E --> C
    C --> F[final_response]
    F --> G{render?}
    G -->|yes| H[Card Image]
    G -->|no| I[Plain Text]

Configuration

Configure plugins.entari_plugin_hyw in entari.yml:

plugins:
  entari_plugin_hyw:
    question_command: "/q"
    web_command: "/w"
    headless: false
    quote: false
    theme_color: "#ef4444"

    api_key: "YOUR_API_KEY"
    base_url: "https://openrouter.ai/api/v1"
    model_name: "gpt-4o"
    temperature: 0.5
Key Default Notes
api_key null LLM API key.
base_url https://openrouter.ai/api/v1 LLM endpoint root.
model_name gpt-4o Main model ID.
temperature 0.5 Sampling temperature.
question_command /q Main command trigger.
web_command /w Reserved field; currently not wired to a separate handler.
headless false Browser/render headless mode.
quote false Reply with quote context.
theme_color #ef4444 Rendered card accent color.

Search Policy Notes

  • Model-side time_range convention: a/d/w/m/y.
  • Runtime strips unsupported filters before request.
  • At least one query should use d or w for freshness checks when searching.
  • kl is optional; set only when region precision is needed.

License

MIT

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

entari_plugin_hyw-4.0.11.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

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

entari_plugin_hyw-4.0.11-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

File details

Details for the file entari_plugin_hyw-4.0.11.tar.gz.

File metadata

  • Download URL: entari_plugin_hyw-4.0.11.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for entari_plugin_hyw-4.0.11.tar.gz
Algorithm Hash digest
SHA256 50d7248962994bc3609340de46b15ea49111fb9a122a326338fa56c4c27b72e0
MD5 6c2ae6654e0c946f042659631dda1a9d
BLAKE2b-256 62c1c0ad2143bfa33608fe056e540c3eec3343148398bcc8583d56783a9bae87

See more details on using hashes here.

Provenance

The following attestation bundles were made for entari_plugin_hyw-4.0.11.tar.gz:

Publisher: publish.yml on kumoSleeping/entari-plugin-hyw

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file entari_plugin_hyw-4.0.11-py3-none-any.whl.

File metadata

File hashes

Hashes for entari_plugin_hyw-4.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 5875108dc4f27822e15e2e490fbf77cc97faea1bcff46de88bcde63c673c9f5f
MD5 69847923cd5623f35996f38c4e4e73a3
BLAKE2b-256 3d0afb03bb972821db4cf58394a52eed260fccbd4f3077b132e6029c31505107

See more details on using hashes here.

Provenance

The following attestation bundles were made for entari_plugin_hyw-4.0.11-py3-none-any.whl:

Publisher: publish.yml on kumoSleeping/entari-plugin-hyw

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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