Metadata-Version: 2.5
Name: krazimo
Version: 0.0.1
Summary: Placeholder for the Krazimo Python packages. 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

Placeholder. This name is held for the Python side of Krazimo and does nothing yet.

The engine itself is TypeScript and lives at
[Krazimo/krazimo-core](https://github.com/Krazimo/krazimo-core), published to npm as
`@krazimo/core`. It is a grounded agent engine: give it a folder of documents and an
agent config, and it answers from those documents, cites what it opened, and declines
when they do not cover the question.

The Python work planned here is the ingestion pipeline that turns raw documents into
the indexed markdown tree that engine navigates. When it exists, this package will
either carry it or point at the package that does.

Apache-2.0.
