Crates.io | agcodex-core |
lib.rs | agcodex-core |
version | 0.1.0 |
created_at | 2025-08-23 19:51:02.771185+00 |
updated_at | 2025-08-23 19:51:02.771185+00 |
description | Core business logic with AST-RAG engine and tree-sitter integration |
homepage | https://github.com/agcodex/agcodex |
repository | https://github.com/agcodex/agcodex |
max_upload_size | |
id | 1807825 |
size | 2,291,678 |
This crate implements the business logic for AGCodex. It is designed to be used by the various AGCodex UIs written in Rust.
Note that agcodex-core
makes some assumptions about certain helper utilities being available in the environment. Currently, this
Expects /usr/bin/sandbox-exec
to be present.
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.
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.