{"id":15419374,"url":"https://github.com/aacebo/stella-js","last_synced_at":"2026-06-23T11:31:27.514Z","repository":{"id":241145476,"uuid":"804250381","full_name":"aacebo/stella-js","owner":"aacebo","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-22T16:26:21.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T17:35:38.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aacebo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-22T08:36:03.000Z","updated_at":"2024-05-28T23:45:20.979Z","dependencies_parsed_at":"2024-05-28T23:45:15.756Z","dependency_job_id":"415e99f9-b46a-4054-8d8b-4cef069d1206","html_url":"https://github.com/aacebo/stella-js","commit_stats":null,"previous_names":["aacebo/stella-js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aacebo/stella-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacebo%2Fstella-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacebo%2Fstella-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacebo%2Fstella-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacebo%2Fstella-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aacebo","download_url":"https://codeload.github.com/aacebo/stella-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aacebo%2Fstella-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34686727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T17:24:55.101Z","updated_at":"2026-06-23T11:31:27.497Z","avatar_url":"https://github.com/aacebo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# promptx-js\n\nA prompt engine used to interact with LLM's.\n\n## Concepts\n\n- [Prompts](./docs/00.PROMPTS.md)\n- [Plugins](./docs/01.PLUGINS.md)\n- [Functions](./docs/02.FUNCTIONS.md)\n\n## Performance\n\nBy using handlebars as a format for communication with the LLM, function responses don't need\nto be sent back to the model after execution, cutting api calls in half.\n\n## Flexibility\n\nBy using handlebars we give the model the flexibility to execute logical statements instead of just\nfunctions.\n\n## Accuracy\n\nBy instructing the LLM to respond using a template language, we avoid the need for a feedback loop.\nThe models are also more accurate as template languages are closer to human language than structured\ndata like JSON, and many models are particularly good at code generation.\n \n## Streaming\n\nBecause we use said template language we can easily parse in chunks to enable streaming and still get\nnative or template based function calling.\n\n## Multi Model\n\nThe package was built with multi-model and multi-modal in mind. You can either orchestrate many single purpose\nmodels together or use one or more multi-modal models like gpt-4o.\n\n## To Do\n\n- add `User-Agent`\n- better error handling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faacebo%2Fstella-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faacebo%2Fstella-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faacebo%2Fstella-js/lists"}