{"id":25125885,"url":"https://github.com/soralabs/toolkit","last_synced_at":"2025-04-23T07:14:37.513Z","repository":{"id":272492910,"uuid":"908386464","full_name":"soralabs/toolkit","owner":"soralabs","description":"A dual-language package (Go/Rust) for building and managing LLM function calling tools and toolkits.","archived":false,"fork":false,"pushed_at":"2025-01-22T02:11:13.000Z","size":2909,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T03:20:02.267Z","etag":null,"topics":["agent","ai","automation","go","rust","toolkit"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/soralabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-12-26T00:10:25.000Z","updated_at":"2025-01-22T02:32:38.000Z","dependencies_parsed_at":"2025-01-22T03:19:56.640Z","dependency_job_id":null,"html_url":"https://github.com/soralabs/toolkit","commit_stats":null,"previous_names":["soralabs/toolkit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soralabs%2Ftoolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soralabs%2Ftoolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soralabs%2Ftoolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soralabs%2Ftoolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soralabs","download_url":"https://codeload.github.com/soralabs/toolkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237781741,"owners_count":19365349,"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":["agent","ai","automation","go","rust","toolkit"],"created_at":"2025-02-08T09:16:41.677Z","updated_at":"2025-02-08T09:16:42.199Z","avatar_url":"https://github.com/soralabs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toolkit\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./img/sora_readme_banner.png\" alt=\"Sora Banner\" width=\"100%\" /\u003e\n\u003c/div\u003e\n\nA dual-language package (Go/Rust) for building and managing LLM function calling tools and toolkits. Built specifically for Zen.\n\n## Features\n\n- Abstract Tool interface for implementing LLM-compatible functions\n- Default tool implementation with required metadata\n- Toolkit management for grouping related tools\n- Functional options pattern for configuration (Go)\n- Builder pattern for configuration (Rust)\n- JSON schema support for function parameters and returns\n\n## Installation\n\n### Go\n```bash\ngo get github.com/soralabs/toolkit/go\n```\n\n### Rust\n```toml\n[dependencies]\ntoolkit = { git = \"https://github.com/soralabs/toolkit\", subdirectory = \"rust\" }\n```\n\n## Usage\n\nBoth implementations provide similar functionality with language-specific idioms:\n\n- Go uses the functional options pattern for configuration\n- Rust uses the builder pattern for configuration\n- Both support async execution of tools\n- Both use JSON schemas for parameter and return type definitions\n\nFor examples, see the language-specific directories:\n- Go examples in [go/examples](go/examples)\n- Rust examples in [rust/examples](rust/examples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoralabs%2Ftoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoralabs%2Ftoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoralabs%2Ftoolkit/lists"}