{"id":36633096,"url":"https://github.com/nex-agi/weaver","last_synced_at":"2026-04-19T08:05:57.807Z","repository":{"id":332055371,"uuid":"1125130212","full_name":"nex-agi/weaver","owner":"nex-agi","description":"Python SDK for Weaver.","archived":false,"fork":false,"pushed_at":"2026-01-22T09:51:06.000Z","size":107,"stargazers_count":12,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-22T20:53:33.046Z","etag":null,"topics":["finetune","llm","python","sdk","training-as-a-service","weaver"],"latest_commit_sha":null,"homepage":"https://weaver.nex-agi.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nex-agi.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-30T07:34:49.000Z","updated_at":"2026-01-22T09:50:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nex-agi/weaver","commit_stats":null,"previous_names":["nex-agi/weaver"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/nex-agi/weaver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nex-agi%2Fweaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nex-agi%2Fweaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nex-agi%2Fweaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nex-agi%2Fweaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nex-agi","download_url":"https://codeload.github.com/nex-agi/weaver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nex-agi%2Fweaver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29166190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"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":["finetune","llm","python","sdk","training-as-a-service","weaver"],"created_at":"2026-01-12T09:41:10.768Z","updated_at":"2026-02-06T15:12:48.295Z","avatar_url":"https://github.com/nex-agi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weaver Python SDK\n\nPython client for the NexWeave Weaver server. The SDK mirrors the REST API exposed by\n`weaver-server` and provides ergonomic helpers for training, sampling, telemetry, and\noperations management.\n\n## Installing locally\n\n```bash\npip install nex-weaver\n```\n\n## Configuration\n\nConfiguration can be provided via keyword arguments or environment variables:\n- `WEAVER_API_KEY`\n\n## Quickstart\n\n```python\nfrom weaver import ServiceClient\n\ndef main():\n    with ServiceClient() as client:\n        session = client.ensure_session()\n        print(session)\n\nif __name__ == \"__main__\":\n    main()\n```\n\nFor a full demonstration see `weaver/examples/pig_latin.py`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnex-agi%2Fweaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnex-agi%2Fweaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnex-agi%2Fweaver/lists"}