{"id":26165165,"url":"https://github.com/tobysolutions/docs-ai-agent","last_synced_at":"2026-04-19T22:32:26.893Z","repository":{"id":277154360,"uuid":"931507425","full_name":"tobySolutions/docs-ai-agent","owner":"tobySolutions","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-12T11:54:21.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T12:18:45.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/tobySolutions.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":"2025-02-12T11:52:51.000Z","updated_at":"2025-02-12T11:54:25.000Z","dependencies_parsed_at":"2025-02-12T12:53:05.736Z","dependency_job_id":"a60e5aa4-321c-4c93-b486-bb33c4f03b61","html_url":"https://github.com/tobySolutions/docs-ai-agent","commit_stats":null,"previous_names":["tobysolutions/docs-ai-agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tobySolutions/docs-ai-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fdocs-ai-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fdocs-ai-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fdocs-ai-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fdocs-ai-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobySolutions","download_url":"https://codeload.github.com/tobySolutions/docs-ai-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobySolutions%2Fdocs-ai-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32025607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":"2025-03-11T15:59:43.747Z","updated_at":"2026-04-19T22:32:26.852Z","avatar_url":"https://github.com/tobySolutions.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gaia Chatbot Widget\n\n## Overview\n\nThis gaia chatbot widget is a lightweight, customizable solution for embedding an AI-powered chat interface into any web page. It provides an interactive way for users to engage with your AI assistant, enhancing user experience and providing instant support or information.\n\n![image](https://github.com/user-attachments/assets/f4b8ef6f-1ba0-4671-8f50-af7b7235cb2a)\n![image](https://github.com/user-attachments/assets/5aff9649-43d8-4d85-ab42-72ae9229ff70)\n![image](https://github.com/user-attachments/assets/80fad06f-c95b-492e-bcf7-130a9f09a06d)\n![image](https://github.com/user-attachments/assets/e47d21ff-df33-4b13-b4f1-491041a71972)\n\n## ⚠️ Alpha Stage Disclaimer\n\n**IMPORTANT: This project is currently in alpha stage.**\n\nPlease be aware of the following:\n\n- The chatbot widget is still in early development and may contain bugs or incomplete features.\n- APIs, configuration options, and functionality may change without notice in future updates.\n- It is not recommended for use in production environments at this time.\n- We welcome feedback, bug reports, and contributions to help improve the widget.\n- Use at your own risk. We are not responsible for any issues or data loss that may occur from using this alpha version.\n\nWe appreciate your interest in our project and look forward to your feedback as we work towards a stable release.\n\n## Features\n\n- Easy to embed in any HTML page\n- Customizable appearance to match your website's design\n- Supports markdown and code formatting in responses\n- Responsive design for desktop and mobile devices\n- Configurable chatbot behavior and appearance\n\n## Installation\n\n1. Include the chatbot script in your HTML file:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/harishkotra/embeddadble-chatbot-ui@refs/heads/main/chatbot-widget.js\"\u003e\u003c/script\u003e\n```\n\n2. Add the configuration object to your page:\n\n```html\n\u003cscript\u003e\n    window.CHATBOT_CONFIG = {\n        apiKey: \"YOUR_API_KEY\",\n        apiUrl: \"https://your-api-endpoint.com/v1/chat/completions\",\n        botTitle: \"AI Assistant\",\n        welcomeMessage: \"Hello! How can I assist you today?\",\n        placeholderText: \"Type your message here...\",\n        brandColor: \"#000000\",\n        chatHeaderBackground: \"#ffffff\",\n        chatHeaderTextColor: \"#000000\",\n        chatBubbleBackgroundUser: \"#000000\",\n        chatBubbleTextColorUser: \"#ffffff\",\n        chatBubbleBackgroundBot: \"#f2f2f2\",\n        chatBubbleTextColorBot: \"#000000\",\n        systemMessage: \"You are a helpful assistant.\",\n        maxResponseTokens: 1000,\n        temperatureValue: 0.7,\n        suggestedQuestions: [\n            \"What services do you offer?\",\n            \"How can I contact support?\",\n            \"Tell me about your company\"\n        ]\n    };\n\u003c/script\u003e\n```\n\n3. The chatbot widget will automatically initialize and appear on your page.\n\n## Configuration Options\n\n| Option | Type | Description | Default |\n|--------|------|-------------|---------|\n| `apiKey` | String | Your API key for authentication | Required |\n| `apiUrl` | String | The endpoint URL for the chat completions API | Required |\n| `botTitle` | String | The title displayed in the chat header | \"AI Assistant\" |\n| `welcomeMessage` | String | The initial message displayed by the bot | \"Hello! How can I assist you today?\" |\n| `placeholderText` | String | Placeholder text for the input field | \"Type your message here...\" |\n| `brandColor` | String | Primary color for the chatbot (HEX) | \"#000000\" |\n| `chatHeaderBackground` | String | Background color of the chat header (HEX) | \"#ffffff\" |\n| `chatHeaderTextColor` | String | Text color of the chat header (HEX) | \"#000000\" |\n| `chatBubbleBackgroundUser` | String | Background color of user message bubbles (HEX) | \"#000000\" |\n| `chatBubbleTextColorUser` | String | Text color of user message bubbles (HEX) | \"#ffffff\" |\n| `chatBubbleBackgroundBot` | String | Background color of bot message bubbles (HEX) | \"#f2f2f2\" |\n| `chatBubbleTextColorBot` | String | Text color of bot message bubbles (HEX) | \"#000000\" |\n| `systemMessage` | String | Initial system message to set the bot's behavior | \"You are a helpful assistant.\" |\n| `maxResponseTokens` | Number | Maximum number of tokens in the bot's response | 1000 |\n| `temperatureValue` | Number | Randomness of the bot's responses (0-1) | 0.7 |\n| `suggestedQuestions` | Array | List of suggested questions to display | [] |\n\n\n## Browser Compatibility\n\nThis widget is compatible with modern browsers including Chrome, Firefox, Safari, and Edge. Internet Explorer is not supported.\n\n## Support\n\nFor issues, feature requests, or questions, please open an issue in the GitHub repository.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobysolutions%2Fdocs-ai-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobysolutions%2Fdocs-ai-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobysolutions%2Fdocs-ai-agent/lists"}