{"id":28429087,"url":"https://github.com/mindsdb/assistant-mind-quickstart","last_synced_at":"2025-07-27T17:09:26.409Z","repository":{"id":245175158,"uuid":"817481305","full_name":"mindsdb/assistant-mind-quickstart","owner":"mindsdb","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-08T21:40:35.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-07-18T10:48:40.319Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mindsdb.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":"2024-06-19T20:04:38.000Z","updated_at":"2024-07-09T04:32:41.000Z","dependencies_parsed_at":"2024-06-25T20:28:38.910Z","dependency_job_id":"f0ed6edd-a67a-4394-a219-40e0bbc4c905","html_url":"https://github.com/mindsdb/assistant-mind-quickstart","commit_stats":null,"previous_names":["mindsdb/assistant-mind-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mindsdb/assistant-mind-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsdb%2Fassistant-mind-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsdb%2Fassistant-mind-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsdb%2Fassistant-mind-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsdb%2Fassistant-mind-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mindsdb","download_url":"https://codeload.github.com/mindsdb/assistant-mind-quickstart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindsdb%2Fassistant-mind-quickstart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267392562,"owners_count":24079919,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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-06-05T13:08:32.330Z","updated_at":"2025-07-27T17:09:26.398Z","avatar_url":"https://github.com/mindsdb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":" # Assistant-Mind Quickstart\nGet started with the Minds Endpoint api’s. Minds Endpoint is designed to help AI agents accomplish tasks, accelerating development by connecting any Mind or LLM to your data source with minimal code. Learn more in [documentation](https://docs.mdb.ai/docs/minds)\n\n## Installation:\nTo run this project, you'll need Python 3 installed on your system. \n\nClone this repository to your local machine using: \n\n``` git clone git@github.com:mindsdb/assistant-mind-quickstart.git ```\n\n``` cd assistant-mind-quickstart/ ```\n\nCreate a virtual environment, execute the following command: \n\n``` python3 -m venv .venv ``` \n\nActivate the virtual environment by running: \n\n``` source .venv/bin/activate ``` \n\nInstall dependencies using pip: \n\n``` pip3 install -r requirements.txt ``` \n\n## Configuration:\n\nGo to https://mdb.ai/ register and login for generating a MindsDB API key.\n\nCreate an .env file and add your MindsDB API KEY:\n\n``` MINDSDB_API_KEY=your_api_key ```\n\nAdd your database credentials to the .env file:\n\n```\nDATABASE_USER=database_user\nDATABASE_PASSWORD=database_password\nDATABASE_HOST=database_host\nDATABASE_PORT=database_port\nDATABASE_DATABASE=database_name\nDATABASE_SCHEMA=database_schema\n```\n\n\n## Running:\nTo run the project, execute the following command: \n``` python3 app.py ```\n\n## Usage:\nIn your browser go to \n``` http://localhost:8000/ ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindsdb%2Fassistant-mind-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindsdb%2Fassistant-mind-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindsdb%2Fassistant-mind-quickstart/lists"}