#artificial-intelligence #tree-sitter #coding-assistant #llm

agcodex-core

Core business logic with AST-RAG engine and tree-sitter integration

1 unstable release

Uses new Rust 2024

0.1.0 Aug 23, 2025

#31 in #coding-assistant

Download history 135/week @ 2025-08-20 65/week @ 2025-08-27 63/week @ 2025-09-03 41/week @ 2025-09-10 18/week @ 2025-09-17 54/week @ 2025-09-24 23/week @ 2025-10-01 20/week @ 2025-10-08 66/week @ 2025-10-15 36/week @ 2025-10-22 15/week @ 2025-10-29

139 downloads per month
Used in 10 crates

Apache-2.0

2.5MB
51K SLoC

Contains (rust library, 7KB) libbenchmarks.rlib

agcodex-core

This crate implements the business logic for AGCodex. It is designed to be used by the various AGCodex UIs written in Rust.

Dependencies

Note that agcodex-core makes some assumptions about certain helper utilities being available in the environment. Currently, this

macOS

Expects /usr/bin/sandbox-exec to be present.

Linux

Expects the binary containing agcodex-core to run the equivalent of agcodex debug landlock when arg0 is agcodex-linux-sandbox. See the agcodex-arg0 crate for details.

All Platforms

Expects the binary containing agcodex-core to simulate the virtual apply_patch CLI when arg1 is --agcodex-run-as-apply-patch. See the agcodex-arg0 crate for details.

Dependencies

~439MB
~13M SLoC