{"id":14964652,"url":"https://github.com/simulatrex/simulatrex-engine","last_synced_at":"2025-04-09T18:18:21.647Z","repository":{"id":199825311,"uuid":"700095984","full_name":"simulatrex/simulatrex-engine","owner":"simulatrex","description":"Enable decision-making based on simulations","archived":false,"fork":false,"pushed_at":"2024-05-15T16:20:32.000Z","size":14149,"stargazers_count":223,"open_issues_count":3,"forks_count":21,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-04-09T18:18:16.353Z","etag":null,"topics":["chatgpt","generative-ai","gpt-4","llama2","pypi","python","simaas","simulations"],"latest_commit_sha":null,"homepage":"https://simulatrex.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simulatrex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-10-03T23:56:24.000Z","updated_at":"2025-03-23T18:13:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"b40e3a60-7640-41ae-94e7-cce543307bda","html_url":"https://github.com/simulatrex/simulatrex-engine","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":0.07407407407407407,"last_synced_commit":"4e4fa06d7f527480b66ceb224a5d37bcfa2f9150"},"previous_names":["simulatrex/simulatrex","simulatrex/simulatrex-engine"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulatrex%2Fsimulatrex-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulatrex%2Fsimulatrex-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulatrex%2Fsimulatrex-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simulatrex%2Fsimulatrex-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simulatrex","download_url":"https://codeload.github.com/simulatrex/simulatrex-engine/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085326,"owners_count":21045139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chatgpt","generative-ai","gpt-4","llama2","pypi","python","simaas","simulations"],"created_at":"2024-09-24T13:33:34.910Z","updated_at":"2025-04-09T18:18:21.629Z","avatar_url":"https://github.com/simulatrex.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"./docs/assets/header.png\" alt=\"Simulatrex\" width=\"100%\" /\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n\u003ch4 align=\"center\"\u003e\n    \u003ca href=\"https://discord.gg/YxdTpQxrbS\"\u003e\n        \u003cimg src=\"https://img.shields.io/static/v1?label=Chat%20on\u0026message=Discord\u0026color=blue\u0026logo=Discord\u0026style=flat-square\" alt=\"Discord\"\u003e\n    \u003c/a\u003e\n\u003c/h4\u003e\n\n\n\u003cp align=\"center\"\u003e\n    \u003cp align=\"center\"\u003eEnable decision making based on LLM-based simulations\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/simulatrex/simulatrex-engine/issues/new?assignees=\u0026labels=enhancement\u0026projects=\u0026title=%5BFeature%5D%3A+\"\u003eFeature Request\u003c/a\u003e\n\u003c/p\u003e\n\n## Start the Playground\n\nMake sure to have the .env files in place following .env.example\n\n1. Setup conda / venv env\n\n2. Install global requirements\n\n```\npip install -r requirements.txt\n```\n\n3. Install local simulatrex-engine package\n\n```\npip install -e .\n```\n\n4. Start api server\n\n```\ncd api\npip install -r requirements.txt\nuvicorn server:app --reload --loop asyncio\n```\n\n5. Install and run frontend\n\nIn a separate terminal:\n\n```\ncd playground\nbun install\nbun run dev\n```\n\nOpen http://localhost:3000\n\nStart running your simulation.\n\n---\n\nOr via Docker:\n\n```\ndocker compose up\n```\n\n---\n\n\u003cimg src=\"./docs/assets/infrastructure.png\" alt=\"Simulatrex Infrastructure\" width=\"100%\" /\u003e\n\n## Contributing\nTo contribute: Clone the repo locally -\u003e Make a change -\u003e Submit a PR with the change. \n\nHere's how to modify the repo locally: \nStep 1: Clone the repo \n```\ngit clone https://github.com/simulatrex/simulatrex-engine\n```\n\nStep 2: Navigate into the project, setup a new virtual env (recommended) and install dependencies: \n```\ncd simulatrex\npython -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\nStep 3: Submit a PR with your changes! 🚀\n- push your fork to your GitHub repo\n- submit a PR from there \n\n# Support / talk with founders\n- [Community Discord 💭](https://discord.gg/YxdTpQxrbS)\n- Email ✉️ dom@simulatrex.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulatrex%2Fsimulatrex-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimulatrex%2Fsimulatrex-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimulatrex%2Fsimulatrex-engine/lists"}