{"id":21961717,"url":"https://github.com/longern/flareagent","last_synced_at":"2026-01-31T20:01:11.081Z","repository":{"id":214430887,"uuid":"736217081","full_name":"longern/FlareAgent","owner":"longern","description":"Another ChatGPT front-end. Focus on tool calls and workflow management.","archived":false,"fork":false,"pushed_at":"2024-06-25T06:58:17.000Z","size":885,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-18T11:51:12.008Z","etag":null,"topics":["chatgpt","pyodide","react","typescript"],"latest_commit_sha":null,"homepage":"https://agent.longern.com","language":"TypeScript","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/longern.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":"2023-12-27T09:51:34.000Z","updated_at":"2025-01-06T04:01:21.000Z","dependencies_parsed_at":"2023-12-30T14:27:06.847Z","dependency_job_id":"9ef1f0e4-3689-4ec5-81e3-a9cc6f3498bf","html_url":"https://github.com/longern/FlareAgent","commit_stats":null,"previous_names":["longern/flareagent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/longern/FlareAgent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2FFlareAgent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2FFlareAgent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2FFlareAgent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2FFlareAgent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/longern","download_url":"https://codeload.github.com/longern/FlareAgent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2FFlareAgent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28952578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"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":["chatgpt","pyodide","react","typescript"],"created_at":"2024-11-29T10:17:37.855Z","updated_at":"2026-01-31T20:01:11.047Z","avatar_url":"https://github.com/longern.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flare Agent\n\nAnother ChatGPT front-end. Focus on tool calls and workflow management.\n\n## Features\n\n- [x] Chat with GPT-3.5 and GPT-4\n- [x] Image input (take photo or upload)\n- [x] Markdown support\n  - [x] OpenAI format LaTeX support\n  - [x] Code highlighting\n- [x] Unlimited local chat history storage (with OPFS)\n- [x] Tool calls\n  - [x] Run python code in browser (with pyodide)\n  - [x] DuckDuckGo search (need Cloudflare Workers)\n  - [x] Browser (need Cloudflare Workers)\n  - [x] Dalle-3 image generation\n  - [x] Memory management\n  - [x] Import custom tools in OpenAPI format\n- [x] Share chat history as image\n- [x] Proxy OpenAI requests\n- [x] Workflow management\n\n## Usage\n\n### Basic\n\n1. Visit website in repository description.\n2. Set your OpenAI API key in the settings page.\n\n### Python reference\n\nChat messages can be accessed by `MESSAGES` environment variable.\nAny modification to `os.environ` will be preserved between messages.\n\nAn example of extracting the last message content:\n\n```py\nimport os\nimport json\nmessages = json.loads(os.environ[\"MESSAGES\"])\nos.environ[\"CONTENT\"] = messages[-1].content\n```\n\nEnvironment variables can be accessed in the system prompt (e.g. `{CONTENT}`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongern%2Fflareagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flongern%2Fflareagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongern%2Fflareagent/lists"}