{"id":28089515,"url":"https://github.com/bit8bytes/gogantic","last_synced_at":"2025-05-13T12:59:24.808Z","repository":{"id":280207974,"uuid":"941281358","full_name":"bit8bytes/gogantic","owner":"bit8bytes","description":"Interacting with LLMs in Go has never been easier.","archived":false,"fork":false,"pushed_at":"2025-05-08T00:55:18.000Z","size":6757,"stargazers_count":6,"open_issues_count":7,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-08T01:35:35.112Z","etag":null,"topics":["golang","llms","ollama","openai"],"latest_commit_sha":null,"homepage":"","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/bit8bytes.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}},"created_at":"2025-03-01T23:03:27.000Z","updated_at":"2025-05-07T18:24:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"081f1f43-45b4-4de8-8620-8a5648d99a15","html_url":"https://github.com/bit8bytes/gogantic","commit_stats":null,"previous_names":["bit8bytes/gogantic"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit8bytes%2Fgogantic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit8bytes%2Fgogantic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit8bytes%2Fgogantic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit8bytes%2Fgogantic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bit8bytes","download_url":"https://codeload.github.com/bit8bytes/gogantic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948407,"owners_count":21988953,"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","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":["golang","llms","ollama","openai"],"created_at":"2025-05-13T12:59:24.158Z","updated_at":"2025-05-13T12:59:24.792Z","avatar_url":"https://github.com/bit8bytes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interacting with LLMs in Go has never been easier.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nMeet Gogo the Giant Gopher.\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"/img/gogantic-mascot.png\" alt=\"Gogantic Mascot\" width=\"250\"/\u003e\u003c/p\u003e\n\nGogo helps you work with LLMs in Go(lang) — without external dependencies.\nGogo speeds up your interactions with LLMs while keeping your stack lean and efficient.\n\n## 🚴🏽‍♂️ Roadmap\n\n- ✅ Build core components to interact with large language models.\n- ✅ Create an Agent that can interact with the outside world using tools.\n- 🔜 Develop a Director Agent that manages complex tasks by coordinating multiple Agents.\n\nNext up: We’ll experiment with intraction between the host system and a local LLM.\n\nBonus: Gogantic includes a simple interface for adding documents to a Qdrant vector store.\n\n## Example:\n\nUsage of the `core/pipe`\n\n```go\n// This is not the full example. See 'examples/core/pipe'\npipe := pipe.New(messages, ollamaClient, parser)\nresult, _ := pipe.Invoke(context.Background())\nfmt.Println(\"Translate from\", result.InputLanguage, \" to \", result.OutputLanguage)\nfmt.Println(\"Result: \", result.Text)\n```\n\nGo to [Examples](/EXAMPLES.md) for more info.\nYou also can fork the repo and run `make examples/core/pipe` (requires ollama and llama3:8b model).\n\n## 📚 Sources and Inspiration\n\n- [tmc/langchaingo](https://github.com/tmc/langchaingo)\n\n## ✨ Contributors\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/tobiasgleiter\"\u003e\n        \u003cimg src=\"https://avatars.githubusercontent.com/tobiasgleiter\" width=\"100px\" style=\"border-radius: 50%;\" alt=\"Contributor Avatar\"/\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nContributions of any kind are welcome! 🙌 See [Get Involved](/GET-INVOLVED.md) to get started.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit8bytes%2Fgogantic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbit8bytes%2Fgogantic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit8bytes%2Fgogantic/lists"}