Metadata-Version: 2.4
Name: weavert-kit-chat
Version: 0.1.1
Summary: Chat-oriented product kit for extracted WeaveRT scenario packs.
Author: WeaveRT Maintainers
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/xyz2b/weave-ai-runtime
Project-URL: Documentation, https://github.com/xyz2b/weave-ai-runtime/tree/main/docs
Project-URL: Repository, https://github.com/xyz2b/weave-ai-runtime
Project-URL: Issues, https://github.com/xyz2b/weave-ai-runtime/issues
Keywords: weavert,agents,ai,product-kit,scenario-pack
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: weavert<0.2.0,>=0.1.0
Requires-Dist: weavert-kit-common-retrieval<0.2.0,>=0.1.0
Requires-Dist: weavert-kit-common-web-research<0.2.0,>=0.1.3

# Chat Product Kit

Canonical import root: `weavert_kit_chat`

## What this package owns

- the `weavert-scenario-chat` scenario pack
- chat-oriented product-profile defaults layered on shared grounding packages

## Canonical names

- install name: `weavert-kit-chat`
- import root: `weavert_kit_chat`
- runtime activation: `weavert-scenario-chat`

The public install name stays separate from the runtime scenario-pack activation name.

## Shared packages it composes

- `weavert_kit_common_retrieval`
- `weavert_kit_common_web_research`

Chat workflow agents prefer the shared `web_research` entrypoint for ordinary public-web research, then use low-level web primitives only for explicit source inspection flows. When inspected evidence exists but has soft freshness caveats, lower-tier reports, or partial coverage, the agents should answer with those caveats instead of asking the user whether to continue.

## When to choose this package instead of the nearby ones

- Choose `weavert-kit-chat` when you want a higher-layer profile that already combines retrieval and public-web grounding.
- Do not choose it if your app primarily needs host-mediated browser, local-machine, or PIM bridges. That is the job of `weavert-kit-local-assistant`.
- If you only want one lower-layer capability instead of a full chat profile, install `weavert-kit-common-retrieval` or `weavert-kit-common-web-research` directly.

## See also

- `../README.md`
- `../common/README.md`
- `../../../docs/guides/use-scenario-packs.md`
- `../../../docs/introduction/use-cases.md`
