{"id":28190014,"url":"https://github.com/ruska-ai/plugin","last_synced_at":"2026-04-12T05:33:38.734Z","repository":{"id":223083985,"uuid":"759272030","full_name":"enso-labs/plugin","owner":"enso-labs","description":"🤖 Open-source Sample Plugin API","archived":false,"fork":false,"pushed_at":"2024-02-18T07:37:04.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T02:23:05.689Z","etag":null,"topics":["ai","fastapi","langchain","openai","plugin","promptengineering","python","vercel"],"latest_commit_sha":null,"homepage":"https://plugin-taupe.vercel.app","language":"HTML","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/enso-labs.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-02-18T05:46:20.000Z","updated_at":"2024-02-18T07:45:17.000Z","dependencies_parsed_at":"2024-02-18T07:24:18.766Z","dependency_job_id":"e90be51f-c650-42e5-90ae-f4e7731effab","html_url":"https://github.com/enso-labs/plugin","commit_stats":null,"previous_names":["promptengineers-ai/plugin","enso-labs/plugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enso-labs%2Fplugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enso-labs%2Fplugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enso-labs%2Fplugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enso-labs%2Fplugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enso-labs","download_url":"https://codeload.github.com/enso-labs/plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509455,"owners_count":22082896,"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":["ai","fastapi","langchain","openai","plugin","promptengineering","python","vercel"],"created_at":"2025-05-16T10:11:56.308Z","updated_at":"2025-12-30T22:55:32.252Z","avatar_url":"https://github.com/enso-labs.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  🤖 Prompt Engineers AI - Plugin API \n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nSample Agent Plugin Application for promptengineers.ai agents.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://prompt-engineers.gitbook.io/documentation/plugin\"\u003e\u003cimg src=\"https://img.shields.io/badge/View%20Documentation-Docs-yellow\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://promptengineersai.slack.com/ssb/redirect\"\u003e\u003cimg src=\"https://img.shields.io/badge/Join%20our%20community-Slack-blue\"\u003e\u003c/a\u003e\n  \u003c!-- \u003ca href=\"https://pepy.tech/project/prompttools\" target=\"_blank\"\u003e\u003cimg src=\"https://static.pepy.tech/badge/prompttools\" alt=\"Total Downloads\"/\u003e\u003c/a\u003e --\u003e\n  \u003c!-- \u003ca href=\"https://github.com/promptengineers-ai/llm-server\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/stars/promptengineers-ai/llm-server\" /\u003e\n  \u003c/a\u003e --\u003e\n  \u003c!-- \u003ca href=\"https://www.youtube.com/@promptengineersai\"\u003e\u003cimg src=\"https://img.shields.io/youtube/channel/views/UCpGq31VRTZ9JzosUFA_HWzw?label=@promptengineersai\n\"\u003e\u003c/a\u003e --\u003e\n\u003c/p\u003e\n\u003c!-- \u003cp align=\"center\"\u003e\n  \u003cvideo autoplay loop muted playsinline\u003e\n    \u003csource src=\"https://github.com/promptengineers-ai/llm-server/blob/development/static/demos/chat-ui-demo.mp4?raw=true\" type=\"video/mp4\"\u003e\n    Your browser does not support the video tag.\n  \u003c/video\u003e\n\u003c/p\u003e --\u003e\n\n\u003c!-- \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/promptengineers-ai/llm-server/blob/development/static/demos/llm-server.gif?raw=true\" /\u003e\n\u003c/p\u003e --\u003e\n\n### Useful Links\n- [Deploying FastAPI to Vercel](https://blog.logrocket.com/deploying-fastapi-applications-to-vercel/)\n\n\n## 🛠️ Server Setup and Usage\n```bash\n### Setup Virtual Env\npython3 -m venv .venv\n\n### Activate Virtual Env\nsource .venv/bin/activate\n\n### Install Runtime \u0026 Dev Dependencies\npip install -r requirements.txt\n\n### Install Runtime Dependencies\npip install -r requirements.txt\n\n### Run Application on local machine\nbash scripts/dev.sh\n```\n\n### Environment Variables\n\u003ctable border=\"1\" width=\"100%\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003eVariable Name\u003c/th\u003e\n    \u003cth\u003eExample\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eVERCEL_ENV\u003c/td\u003e\n    \u003ctd\u003eproduction\u003c/td\u003e\n    \u003ctd\u003eproduction|preview|development\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eVERCEL_URL\u003c/td\u003e\n    \u003ctd\u003eplugin.promptengineers.ai\u003c/td\u003e\n    \u003ctd\u003eDomain for the API server\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Deploy\n1. Log in to vercel\n```bash\nvercel login\n```\n\n2. Deploy to vercel\n```bash\nvercel . --prod\n```\n\n## 🤝 How to Contribute\n\nWe welcome contributions from the community, from beginners to seasoned developers. Here's how you can contribute:\n\n1. **Fork the repository**: Click on the 'Fork' button at the top right corner of the repository page on GitHub.\n\n2. **Clone the forked repository** to your local machine: `git clone \u003cforked_repo_link\u003e`.\n\n3. **Navigate to the project folder**: `cd llm-server`.\n\n4. **Create a new branch** for your changes: `git checkout -b \u003cbranch_name\u003e`.\n\n5. **Make your changes** in the new branch.\n\n6. **Commit your changes**: `git commit -am 'Add some feature'`.\n\n7. **Push to the branch**: `git push origin \u003cbranch_name\u003e`.\n\n8. **Open a Pull Request**: Go back to your forked repository on GitHub and click on 'Compare \u0026 pull request' to create a new pull request.\n\nPlease ensure that your code passes all the tests and if possible, add tests for new features. Always write a clear and concise commit message and pull request description.\n\n## 💡 Issues\n\nFeel free to submit issues and enhancement requests. We're always looking for feedback and suggestions.\n\n## 🤓 Maintainers\n\n- `Ryan Eggleston` - `ryan.adaptivebiz@gmail.com`\n\n## 📜 License\n\nThis project is open-source, under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code as you please.\n\nHappy Prompting! 🎉🎉","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruska-ai%2Fplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruska-ai%2Fplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruska-ai%2Fplugin/lists"}