https://github.com/core-euler/codecore
https://github.com/core-euler/codecore
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-euler/codecore
- Owner: core-euler
- Created: 2026-03-23T14:41:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-02T12:58:40.000Z (3 months ago)
- Last Synced: 2026-04-03T02:16:03.942Z (3 months ago)
- Language: Python
- Size: 714 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# CodeCore
CodeCore is a provider-agnostic terminal operating system for software development agents.
Current repository state:
- product and architecture are defined;
- runtime package scaffold is in place;
- core contracts exist for providers, policies, telemetry, context, memory, tools, and artifacts;
- runnable MVP behavior is intentionally minimal while the kernel is being built.
## Run
```bash
. .venv/bin/activate
python -m codecore
```
## Test
```bash
. .venv/bin/activate
python -m unittest discover -s tests -v
```