{"id":23729960,"url":"https://github.com/getty/tackleberry","last_synced_at":"2025-04-11T23:52:40.150Z","repository":{"id":270061361,"uuid":"909228644","full_name":"Getty/tackleberry","owner":"Getty","description":"Python Framework for AI Usage - Tackleberry (or TB) is helping you tackle the access to AI","archived":false,"fork":false,"pushed_at":"2025-01-14T22:08:25.000Z","size":642,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T23:52:35.021Z","etag":null,"topics":["ai","anthropic","groq","ollama","openai","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Getty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-28T04:43:58.000Z","updated_at":"2025-04-08T13:36:20.000Z","dependencies_parsed_at":"2025-01-14T23:29:14.513Z","dependency_job_id":null,"html_url":"https://github.com/Getty/tackleberry","commit_stats":null,"previous_names":["getty/mcp","getty/tackleberry"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Getty%2Ftackleberry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Getty%2Ftackleberry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Getty%2Ftackleberry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Getty%2Ftackleberry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Getty","download_url":"https://codeload.github.com/Getty/tackleberry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497852,"owners_count":21113984,"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":["ai","anthropic","groq","ollama","openai","python"],"created_at":"2024-12-31T02:28:47.710Z","updated_at":"2025-04-11T23:52:40.100Z","avatar_url":"https://github.com/Getty.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Tackleberry](https://raw.githubusercontent.com/Getty/tackleberry/main/tackleberry.jpg)](https://github.com/Getty/tackleberry)\n\n# Tackleberry\n\nAPI may change slightly, still work in progress.\n\n## Synopsis\n\n```python\nfrom tackleberry import TB\n\nopenai_chat = TB.chat('gpt-4o-mini')\nopenai_reply = openai_chat.query(\"Say test\")\n\nclaude_chat = TB.chat('claude-3-5-sonnet-20241022')\nclaude_reply = claude_chat.query(\"Say test\")\n\ngroq_chat = TB.chat('gemma2-9b-it')\ngroq_reply = groq_chat.query(\"Say test\")\n\nmistral_chat = TB.chat('open-mistral-nemo')\nmistral_reply = mistral_chat.query(\"Say test\")\n\n# OLLAMA_PROXY_URL set for URL, can handle Basic Auth in URL\nollama_chat = TB.chat('ollama/gemma2:2b')\nollama_reply = ollama_chat.query(\"Say test\")\n\nfrom pydantic import BaseModel\n\nclass UserInfo(BaseModel):\n    name: str\n    age: int\n\n# Using Structured Output Feature of Ollama - no instructor\nollama_user_info = ollama_chat.query(\"Extract the name and the age: 'John is 20 years old'\", UserInfo)\n\n# Using instructor[anthropic]\nclaude_user_info = claude_chat.query(\"Extract the name and the age: 'John is 20 years old'\", UserInfo)\n\n# Using instructor[groq]\ngroq_user_info = groq_chat.query(\"Extract the name and the age: 'John is 20 years old'\", UserInfo)\n\n```\n\n# Install\n\n## Using PIP\n\n### Stable Version with PIP\n\nInstall from `PyPi`\n\n```console\n❯ pip install --upgrade tackleberry\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetty%2Ftackleberry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetty%2Ftackleberry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetty%2Ftackleberry/lists"}