Creating dev-friendly AI tools while geeking out on RAG, Agents, Finetuning, and LLMOps.
Package | Stars | PyPI | Downloads |
---|---|---|---|
tool-parse | |||
intellifs | |||
minifzf | |||
swiftrank | |||
urify |
Creating dev-friendly AI tools while geeking out on RAG, Agents, Finetuning, and LLMOps.
Package | Stars | PyPI | Downloads |
---|---|---|---|
tool-parse | |||
intellifs | |||
minifzf | |||
swiftrank | |||
urify |
Making LLM Tool-Calling Simpler. Please checkout: https://github.com/synacktraa/buildantic
from typing import (
TypeVar, Type, Iterator, Tuple
)
import torch