Metadata-Version: 2.5
Name: krazimo-core
Version: 0.0.1
Summary: Placeholder for the Python side of the Krazimo agent engine. Not yet functional.
Project-URL: Homepage, https://github.com/Krazimo/krazimo-core
Project-URL: Source, https://github.com/Krazimo/krazimo-ingestion
Author: Krazimo
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agent,grounding,rag,retrieval
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# krazimo-core

Placeholder. This name is held alongside the npm package `@krazimo/core` and does
nothing yet.

The engine is TypeScript and lives at
[Krazimo/krazimo-core](https://github.com/Krazimo/krazimo-core). It is a grounded agent
engine built around one guarantee: the agent cannot open a document that was never
listed to it, because the tool refuses rather than the prompt discouraging it.

If a Python binding or port is built, it will be published here. Until then this
package exists so the name matches the npm one.

Apache-2.0.
