orchestral-runtime 0.1.0

Thread Runtime with concurrency, interruption, scheduling, LLM planners, actions, and API for Orchestral
Documentation
1
{"type":"MINI_PLAN","goal":"inspect docs then read README","steps":[{"id":"list_docs","action":"shell","params":{"command":"find ./docs -maxdepth 1 -type f"}},{"id":"read_readme","action":"file_read","depends_on":["list_docs"],"params":{"path":"README.md"}}],"on_complete":"{{read_readme.content}}"}