Skip to main content

finkritintel

The bridge layer of the finkrit stack. It exposes finkritq (the deterministic quant core) as framework-neutral tool contracts an agent can call, without depending on any particular LLM framework.

Deliberately pydantic-free and agent-framework agnostic, so you can wire these tools into pydantic-ai, LangChain, an MCP server, or your own runtime. finkrit's own agent layer (finagent) is just one consumer.

Install

pip install finkritintel      # pulls finkritq

What it gives you

  • ToolContract — agent-facing metadata for a tool (name, description, tags), independent of how it is implemented.
  • ToolBinding — a contract paired with an input and output schema and a concrete finkritq implementation. binding.execute(...) runs it.
  • Capability — a named group of bindings (risk, performance, optimization) an agent exposes as one unit.

The integration.finkritq subpackage wires finkritq functions into ready-made bindings, with room for other data sources later.

Example

List the tools a capability offers, framework and LLM free:

from finkritintel.capability.risk import RISK_CAPABILITY

for binding in RISK_CAPABILITY.tools:
    print(binding.contract.name, "-", binding.contract.description)

Each binding carries the schema and the callable, so a framework author can turn it into a tool however that framework expects.

License

Apache-2.0. See LICENSE.

Download files

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

Source Distribution

finkritintel-0.2.0.tar.gz (35.2 kB view details)

Uploaded Source

Built Distribution

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

finkritintel-0.2.0-py3-none-any.whl (38.2 kB view details)

Uploaded Python 3

File details

Details for the file finkritintel-0.2.0.tar.gz.

File metadata

  • Download URL: finkritintel-0.2.0.tar.gz
  • Upload date:
  • Size: 35.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for finkritintel-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e807bb365e3e2f1eec208c0b1498f91b40edc1ee34e436bfe2993c478c0dfd9a
MD5 9c7cfa59079ac4405e13992dea4daea3
BLAKE2b-256 d082d81f3afd82c8d407eff848e68177e9b3971455274b05f7224d39d7d46498

See more details on using hashes here.

File details

Details for the file finkritintel-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: finkritintel-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 38.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for finkritintel-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bcc233dc142bad15fdfd1360cdf301b6d9feb49e885b5bd5e5e2b16d0dcf3350
MD5 2ddb329cb653ea6cae272e6b833673c6
BLAKE2b-256 182d1192ddba47a38d5adad443280e33ea5b62a878174817bd4918aae8de7cd8

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

This release

0.2.0 This release

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page