Subject
4 entries
Library
Bookmarks
Promptable.js: TypeScript Library for LLM Apps
Promptable.js is an early TypeScript library for building LLM apps with Prompt, Search, Chain, and Trace primitives — a TypeScript analogue to LangChain that appeared in February 2023 before LangChain's own TypeScript support matured. Historically significant as one of the first LLM frameworks for TypeScript developers.
fastcore — Python Extensions by fast.ai
fastcore is fast.ai's Python utility library extending the standard library with mixins, delegation, functional programming patterns, and parallel processing helpers. Used heavily in fast.ai's deep learning courses and libraries.
Lea — Discrete Probability Distributions in Python
Lea is a Python library for working with discrete probability distributions symbolically — defining distributions, computing joint and conditional probabilities, and simulating outcomes. An unusual tool that treats probability as a first-class programming construct.
Pykov — Finite Markov Chains in Python
Pykov is a small Python library for working with finite regular Markov chains — define chains from scratch or load from files, compute stationary distributions, simulate walks, and analyze steady-state behavior. Useful for any system that can be modeled as probabilistic state transitions.
