π
Abi
ABI Agent + WDBX Database: A high-speed, fully optimized AI and ML training stack developed in Zig 0.16.0-dev, offering exceptional performance and reliability.
0 installs
Trust: 39 β Low
Data
Ask AI about Abi
Powered by Claude Β· Grounded in docs
I know everything about Abi. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
OpenCode ABI Repo
- This repository hosts the Zig 0.17-dev based ABI runtime, parity tests, and tooling to exercise AI/SDK integrations.
Getting started
- Build CLI:
./build.sh cli(usezig build clion Linux/older macOS) - Build MCP:
./build.sh mcp(usezig build mcpon Linux/older macOS) - Run parity checks:
./build.sh check-parity - Run focused tests:
./build.sh test --summary all -- --test-filter "auth|token|persistence|wal|search"
Parity gating
- Parity checks are environment-aware. If ABI_JWT_SECRET is not set locally, many auth-related tests will be skipped to allow fast feedback on non-auth paths.
- In CI, ABI_JWT_SECRET can be provided to run full parity across auth paths.
Documentation Overview
- ONBOARDING.md β Quick-start onboarding guide.
- CODEBASE_REVIEW.md β Architecture notes and entrypoints.
- GLOSSARY.md β Repo-wide terms and definitions.
- ONBOARDING_INDEX.md β Central onboarding navigator.
- SUMMARY.md β Documentation at a glance.
- CONTRIBUTING.md β PR workflow and contribution guidelines.
- AGENTS.md β Onboarding guidance for agents and automation helpers.
- README.md β Quick overview and onboarding pointers.
- Doc validation CI workflow (docs) β CI cross-link checks.
Note
This readme is a safe minimal landing page. If you need full developer onboarding, refer to the above documents for deeper operational guidance. Onboarding quickstart: See ONBOARDING.md for a concise one-page guide to bootstrapping a new session.
Glossary: See GLOSSARY.md for repo-wide terms.
