libca 0.1.0

A full-featured coding agent as a library
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tekacs

libca

A full-featured coding (or... computer?) agent as a library.

Written in Rust for use from Rust, TypeScript, Python and... more with equivalent ease.

Status

🚧 Coming Soon - Watch this space!

The library is mostly built out but not yet pushed to this repository. I'll be pushing the code in the next few weeks.

Background

This project emerged from work on improving navigator mode in Aider (see PR #3781), which introduced a tool-using AI coding assistant mode similar to Claude Code. The goal with libca is to create a robust, library-first solution in Rust.

Coming Soon