{"id":47152453,"url":"https://github.com/retospect/acatome-lambic","last_synced_at":"2026-04-07T00:01:58.727Z","repository":{"id":343552149,"uuid":"1178184290","full_name":"retospect/acatome-lambic","owner":"retospect","description":"Generic MCP-aware LLM shell — ollama/litellm, parallel tool dispatch, streaming TUI","archived":false,"fork":false,"pushed_at":"2026-04-01T22:21:16.000Z","size":171,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-01T22:25:22.588Z","etag":null,"topics":["agent","llm","ollama","python","tool-calling"],"latest_commit_sha":null,"homepage":null,"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/retospect.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2026-03-10T19:19:55.000Z","updated_at":"2026-04-01T22:21:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/retospect/acatome-lambic","commit_stats":null,"previous_names":["retospect/lambic","retospect/acatome-lambic"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/retospect/acatome-lambic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retospect%2Facatome-lambic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retospect%2Facatome-lambic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retospect%2Facatome-lambic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retospect%2Facatome-lambic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retospect","download_url":"https://codeload.github.com/retospect/acatome-lambic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retospect%2Facatome-lambic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31494177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: 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":["agent","llm","ollama","python","tool-calling"],"created_at":"2026-03-13T01:12:58.676Z","updated_at":"2026-04-07T00:01:58.721Z","avatar_url":"https://github.com/retospect.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# acatome-lambic\n\nMCP-aware LLM shell with provider switching.\n\nConnects to MCP servers via stdio, talks to LLMs (ollama, OpenAI, Anthropic via litellm),\nand provides a terminal chat interface with tool calling.\n\n## Usage\n\n```python\nfrom acatome_lambic.tui.app import Shell\nfrom acatome_lambic.core.config import LlmConfig, McpServer, ShellConfig\n\nconfig = ShellConfig(\n    llm=LlmConfig(provider=\"ollama\", model=\"qwen3.5:9b\"),\n    servers=[\n        McpServer(name=\"precis\", cmd=[\"uv\", \"run\", \"precis\"]),\n    ],\n    system_prompt=\"You are a research assistant.\",\n)\nShell(config).run()\n```\n\n## Commands\n\n- `/model \u003cprovider/model\u003e` — switch LLM\n- `/think on|off` — toggle reasoning mode (default: on)\n- `/tools` — list tools with on/off status\n- `/tools off \u003cpattern\u003e` — disable tools matching pattern\n- `/tools on \u003cpattern\u003e` — enable tools matching pattern\n- `/expand \u003ccall_id\u003e` — show full (untruncated) tool result\n- `/status` — show session info\n- `/clear` — clear message history\n- `/help` — show command help\n- `/quit` — exit\n\nApplications can register custom commands (`custom_commands`) and\nLLM-routed message commands (`message_commands`) via `ShellConfig`.\nAll registered commands appear in tab autocomplete.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretospect%2Facatome-lambic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretospect%2Facatome-lambic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretospect%2Facatome-lambic/lists"}