{"id":18940821,"url":"https://github.com/llm-workflow-engine/lwe-plugin-data-query","last_synced_at":"2026-01-24T10:04:07.665Z","repository":{"id":180824268,"uuid":"665761882","full_name":"llm-workflow-engine/lwe-plugin-data-query","owner":"llm-workflow-engine","description":"LLM Workflow Engine (LWE) Data Query plugin","archived":false,"fork":false,"pushed_at":"2024-06-25T15:19:56.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T14:54:11.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/llm-workflow-engine.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":"2023-07-13T00:26:51.000Z","updated_at":"2024-06-25T15:20:00.000Z","dependencies_parsed_at":"2024-04-20T22:23:13.104Z","dependency_job_id":"e2acb623-e442-4a44-9011-72eca75b72df","html_url":"https://github.com/llm-workflow-engine/lwe-plugin-data-query","commit_stats":null,"previous_names":["llm-workflow-engine/lwe-plugin-data-query"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/llm-workflow-engine/lwe-plugin-data-query","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-data-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-data-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-data-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-data-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llm-workflow-engine","download_url":"https://codeload.github.com/llm-workflow-engine/lwe-plugin-data-query/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-data-query/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28724374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-08T12:24:31.289Z","updated_at":"2026-01-24T10:04:07.650Z","avatar_url":"https://github.com/llm-workflow-engine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM Workflow Engine (LWE) Data Query plugin\n\nData Query plugin for [LLM Workflow Engine](https://github.com/llm-workflow-engine/llm-workflow-engine)\n\nSend natural language commands to a loaded file of structured data.\n\n## Installation\n\n### From packages\n\nInstall the latest version of this software directly from github with pip:\n\n```bash\npip install git+https://github.com/llm-workflow-engine/lwe-plugin-data-query\n```\n\n### From source (recommended for development)\n\nInstall the latest version of this software directly from git:\n\n```bash\ngit clone https://github.com/llm-workflow-engine/lwe-plugin-data-query.git\n```\n\nInstall the development package:\n\n```bash\ncd lwe-plugin-data-query\npip install -e .\n```\n\n## Configuration\n\nAdd the following to `config.yaml` in your profile:\n\n```yaml\nplugins:\n  enabled:\n    - data_query\n    # Any other plugins you want enabled...\n  # These are the default values.\n  data_query:\n    agent:\n      verbose: true\n```\n\n## Usage\n\nFrom a running LWE shell:\n\n```\n/data-query load test.csv\n/data-query Find users with last name \"Smith\".\n/data-query unload\n```\n\n## Caveats\n\nLarge datasets will be chunked before sending to the LLM, in this case\nthe LLM may not be able to consider the full data set when formulating\na response.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllm-workflow-engine%2Flwe-plugin-data-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllm-workflow-engine%2Flwe-plugin-data-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllm-workflow-engine%2Flwe-plugin-data-query/lists"}