Python Micro Kernel PMK

Posted by BikerBoyRoy123@reddit | Python | View on Reddit | 7 comments

Hi

I've made public my repo which is a Python kernel/schedular/task runner.

The kernel runs things, these things are named Schedulers.

I've included an 'assistant' that builds a basic scheduler.

There are two default schedulers in the project

1: LLM, this is a test-bed for AI agent/models etc.

2: A JSON Parser

Basically build a schedular to do what ever you want it to do.

PMK is now central to my software development workflow

https://github.com/RoyTynan/pmk

Full source code included.

It is an intermediate to advanced project, but it's a very good learning resource as well