saggamer commited on
Commit
3075a82
·
verified ·
1 Parent(s): 26e6245

Update READ.ME

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ This release preserves the Apache 2.0 licensing metadata and is published as an
30
 
31
  Orchestrator V1 is an agentic automation model built to act as the planning and decision layer inside local AI agents, desktop assistants, IDE copilots, MCP-style tool systems, and OS-level automation runtimes.
32
 
33
- Orchestrator V1 was originally developed for KIRA OS, a local AI operating environment still in development, but it is not limited to KIRA OS. Developers can use it in any compatible runtime that supports the tokenizer, chat template, and optional agent/tool execution loop.
34
  The model is not intended to be only a conversational chatbot. It is designed to be connected to tools.
35
 
36
  ## What Makes It Different
 
30
 
31
  Orchestrator V1 is an agentic automation model built to act as the planning and decision layer inside local AI agents, desktop assistants, IDE copilots, MCP-style tool systems, and OS-level automation runtimes.
32
 
33
+ Orchestrator V1 was originally developed for KIRA OS, a local AI operating environment which is available as a prototype here:https://saggamer.github.io/KIRA-OS/, but it is not limited to KIRA OS. Developers can use it in any compatible runtime that supports the tokenizer, chat template, and optional agent/tool execution loop.
34
  The model is not intended to be only a conversational chatbot. It is designed to be connected to tools.
35
 
36
  ## What Makes It Different