Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.33 KB

readme.md

File metadata and controls

29 lines (19 loc) · 1.33 KB

A class AI Kernel is to manage the output and input of chats with ChatGPT. Every output chat message (prompt) has a template, which could have parameters. A chat message, output or input, is identified by its name (ID).

AI Kernel is also a typical Jupyter Kernel with a few AI service provider behind.

AI Kernel is based on JupyterLite 0.2

Latest Progress (Not open sourced yet)

Agentic coworker

The demo shows an agentic collaboration between AI and people. AI and people work in the same context without explicit prompt engineering.

Auto correction / Auto improvement

agentic coworker demo

Fusion of Python and Javascript in the same namespace

Fusion of Python and Javascript in the same namespace

interactive UI

interactive UI

OpenAI Python SDK works

OpenAI Python SDK works

Local Files Access after you approve

Local Files Access after your approve