Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions crates/bashkit-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ Returns the bashkit version string.
| Windows | x86_64 |
| WASM | wasm32-wasip1-threads |

## Part of Everruns

Bashkit is part of the [Everruns](https://github.com/everruns) ecosystem — tools and runtimes for building reliable AI agents. See the [bashkit monorepo](https://github.com/everruns/bashkit) for the Rust core, Python package (`bashkit`), and more.

## License

MIT
4 changes: 4 additions & 0 deletions crates/bashkit-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ Convenience wrapper for AI agents. Inherits all execution methods from `Bash`, p

Bashkit is built on top of [Bashkit core](https://github.com/everruns/bashkit), a bash interpreter written in Rust. The Python package provides a native extension for fast, sandboxed execution without spawning subprocesses or containers.

## Part of Everruns

Bashkit is part of the [Everruns](https://github.com/everruns) ecosystem — tools and runtimes for building reliable AI agents. See the [bashkit monorepo](https://github.com/everruns/bashkit) for the Rust core, Node.js package (`@everruns/bashkit`), and more.

## License

MIT
6 changes: 6 additions & 0 deletions crates/bashkit-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ classifiers = [
"Topic :: Security",
]

[project.urls]
Homepage = "https://github.com/everruns/bashkit"
Repository = "https://github.com/everruns/bashkit"
Issues = "https://github.com/everruns/bashkit/issues"
Changelog = "https://github.com/everruns/bashkit/releases"

[project.optional-dependencies]
langchain = ["langchain-core>=0.3", "langchain-anthropic>=0.3"]
deepagents = ["deepagents>=0.3.11", "langchain-anthropic>=0.3"]
Expand Down
Loading