pikuri 0.0.1
A library for assembling AI assistants: Pikuri::Agent (a thin wrapper around ruby_llm's chat loop), Pikuri::Tool with strict argument validation, a listener surface for rendering / budgets / sub-agents, and a small set of bundled tools (calculator, web search, web scrape, fetch, plus six coding tools: read / write / edit / grep / glob / bash). Downstream projects (notably the planned pikuri-tui) wire these into actual binaries. The repo also ships `bin/pikuri-chat` and `bin/pikuri-code` as demo entry points, but they are NOT installed by `gem install pikuri` — they exist to show how to wire the library together and to support development.
Gemfile:
=
install:
=
Versions:
- 0.0.1 May 14, 2026 (96 KB)
Runtime Dependencies (11):
dentaku
~> 3.5
faraday
~> 2.9
nokogiri
~> 1.19
pdf-reader
~> 2.15
rainbow
~> 3.1
reverse_markdown
~> 3.0
ruby_llm
~> 1.15
ruby-readability
~> 0.7
tsort
~> 0.2
tty-markdown
~> 0.7
zeitwerk
~> 2.7