libca 0.1.0

A full-featured coding agent as a library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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](https://github.com/Aider-AI/aider/pull/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