{"id":47207243,"url":"https://github.com/schraf/research-assistant","last_synced_at":"2026-03-13T14:30:57.205Z","repository":{"id":325703362,"uuid":"1097899509","full_name":"schraf/research-assistant","owner":"schraf","description":"Creates a Telegra.ph post from a research topic","archived":false,"fork":false,"pushed_at":"2025-12-13T23:02:53.000Z","size":146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-15T18:53:52.781Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/schraf.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-17T02:01:50.000Z","updated_at":"2025-12-13T23:00:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc15e414-c300-4925-86ef-1a3b056ef1df","html_url":"https://github.com/schraf/research-assistant","commit_stats":null,"previous_names":["schraf/research-assistant"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/schraf/research-assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schraf%2Fresearch-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schraf%2Fresearch-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schraf%2Fresearch-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schraf%2Fresearch-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schraf","download_url":"https://codeload.github.com/schraf/research-assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schraf%2Fresearch-assistant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30468265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"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":"2026-03-13T14:30:53.663Z","updated_at":"2026-03-13T14:30:57.150Z","avatar_url":"https://github.com/schraf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Research Assistant\n\nA content generator plugin for the [assistant](https://github.com/schraf/assistant) project that performs research on topics using Google Cloud APIs.\n\n## Overview\n\nThis project provides a researcher content generator that integrates with the assistant framework. It ties together the researcher content generator with Google Cloud API endpoints to perform in-depth research on specified topics.\n\n## Features\n\n- **Research Generator**: Implements the `ContentGenerator` interface from the assistant project\n- **Configurable Depth**: Supports three research depth levels (basic, medium, long)\n- **Google Cloud Integration**: Uses Google Cloud APIs for research capabilities\n- **Standalone CLI**: Can be run as a standalone command-line tool for testing\n\n## Usage\n\n### As a Plugin\n\nThis project is imported by the assistant project and automatically registers the \"researcher\" generator. The generator can be invoked through the assistant's API endpoints.\n\n### As a Standalone Tool\n\nBuild and run the CLI tool:\n\n```bash\nmake build\n./researcher -topic \"your research topic\" -depth basic\n```\n\nAvailable depth options:\n- `basic` - Short research depth\n- `medium` - Medium research depth  \n- `long` - Long research depth\n\n## Development\n\n```bash\n# Build the project\nmake build\n\n# Run tests\nmake test\n\n# Format code\nmake fmt\n\n# Run vetting\nmake vet\n```\n\n## Project Structure\n\n- `cmd/main.go` - Standalone CLI application\n- `pkg/generator/` - Generator plugin implementation\n- `internal/researcher/` - Core research functionality\n\n## Dependencies\n\n- `github.com/schraf/assistant` - Assistant framework\n- Google Cloud APIs (via `google.golang.org/genai`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschraf%2Fresearch-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschraf%2Fresearch-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschraf%2Fresearch-assistant/lists"}