Skip to content

docs(examples): use bashkit from PyPI instead of local build#190

Merged
chaliy merged 1 commit intomainfrom
claude/update-bashkit-examples-diFv1
Feb 10, 2026
Merged

docs(examples): use bashkit from PyPI instead of local build#190
chaliy merged 1 commit intomainfrom
claude/update-bashkit-examples-diFv1

Conversation

@chaliy
Copy link
Contributor

@chaliy chaliy commented Feb 10, 2026

Summary

  • Examples now declare bashkit as a PEP 723 inline dependency so uv run installs pre-built wheels from PyPI automatically
  • Removed maturin develop prerequisite and try/except ImportError guards
  • Updated README noting zero-setup experience (no Rust toolchain needed)

Test plan

  • uv run examples/treasure_hunt_agent.py — confirmed uv downloads 2.6 MiB pre-built wheel, no compilation
  • uv run examples/deepagent_coding_agent.py — same, 53 packages installed in ~1s

Examples now declare bashkit as a PEP 723 inline dependency, so
`uv run` installs pre-built wheels from PyPI automatically — no Rust
toolchain or `maturin develop` step required.

https://claude.ai/code/session_01TXjZT3W2F3cPVgSCaMvEiJ
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@chaliy chaliy merged commit 0eed8f8 into main Feb 10, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants