This release is a pre-release and may not be stable for production use.
CodeLogician
CodeLogician is the neurosymbolic agentic governance framework for AI-powered coding.
It helps your coding agent think logically about the code it's producing and test cases it's generating. The fundamental flaw that all LLM-powered assistants have is the reasoning they're capable of is based on statistics, while you need rigorous logic-based automated reasoning.
- Generated code is based on explainable logic, not pure statistics
- Generated test cases are generated come with quantitative coverage metrics
- Generated code is consistent with the best security practices leveraging formal verification
To run CodeLogician, please obtain an Imandra Universe API key available (there's a free starting plan)
at Imandra Universe and make sure it's available in your environment as IMANDRA_UNI_KEY.
Three typical workflows:
- DIY mode - this is where your agent (e.g. Grok) uses the CLI to:
- Learn how to use IML/ImandraX via
doccommand (e.g.codelogician doc --help) - Synthesizes IML code and uses the
evalcommand to evaluate it - If there're errors, use
codelogician doc view errorscommand to study how to correct the errors and re-evalute the code
- Agent/multi-agent mode - CodeLogician IML Agent is a Langgraph-based agent for automatically formalizing source code into Imandra Modeling Language (IML).
- With
agentcommand you can formalize a single source code file (e.g.codelogician agent PATH_TO_FILE) - With
multiagentcommand you can formalize a whole directory (e.g.codelogician agent PATH_TO_DIR)
- Server
- This is a "live" and interactive version of the
multiagentcommand - It monitors the filesystem and fire's off formalization tasks on source code updates as necessary
- You can start the server and connect to it with the TUI (we recommend separate terminal screens)
Learn more at CodeLogician!
To get started,
codelogician --help
Release files for codelogician 2.18.0rc2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| codelogician-2.18.0rc2.tar.gz | 111.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| codelogician-2.18.0rc2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 260.7 kB
Release files / codelogician-2.18.0rc2.tar.gz
| Download URL | codelogician-2.18.0rc2.tar.gz |
|---|---|
| Size | 111.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3598bb71048b1f95830cd68f6821f1b4015001233c6ce0bdddc72b307de9b183
|
|
BLAKE2b-256 checksum How to use checksums |
de16079ed8d299e1c0a3432c818a8d60d821bc0f53e31fa251ecfdabaf68abd3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.22
|
Release files / codelogician-2.18.0rc2-py3-none-any.whl
| Download URL | codelogician-2.18.0rc2-py3-none-any.whl |
|---|---|
| Size | 149.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
546cf087a35f601d75aa6c06fa58caa27ee22ff5601c50509842f0adf66de8f6
|
|
BLAKE2b-256 checksum How to use checksums |
1a1b900dd292587c898970bc709717730687d9e2ea56a91b123560521d9e58f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.22
|