Commit Graph

  • 09244e7824 Merge pull request 'fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)' (#1) from fix/post-suspension-github-urls into main main devops-engineer 2026-05-07 20:03:11 +0000
  • ac50ddb92c fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) fix/post-suspension-github-urls devops-engineer 2026-05-07 13:03:03 -0700
  • b813bca833 ci: re-trigger after runner-config v2 (CONFIG_FILE fix) security-auditor 2026-05-07 02:57:25 -0700
  • a206dae28b docs(readme): document channel envelope, auth headers, runtime split docs/readme-api-surface-additions Hongming Wang 2026-05-01 20:06:13 -0700
  • 7e738979b1
    Merge pull request #18 from Molecule-AI/feat/poll-mode-inbound-delivery Hongming Wang 2026-04-30 13:11:03 -0700
  • 71efea125c chore: gitignore Python build artifacts and untrack accidentally-committed caches Hongming Wang 2026-04-30 13:09:38 -0700
  • 87a4cfcc55 fix: address self-review findings — lint + comment + missing test Hongming Wang 2026-04-30 13:09:06 -0700
  • 70d66cd814 feat: poll-mode inbound delivery + molecule connect CLI (Phase 30.8c) Hongming Wang 2026-04-30 13:03:44 -0700
  • c4c9dcfe06
    Merge pull request #16 from Molecule-AI/fix/pypi-urls Hongming Wang 2026-04-29 00:53:48 -0700
  • b3354ac002 fix(pyproject): point PyPI URLs at the actual SDK repo Hongming Wang 2026-04-26 12:07:51 -0700
  • a3203a8a9e
    Merge pull request #13 from Molecule-AI/gap-03-fix Hongming Wang 2026-04-24 13:27:24 -0700
  • 28023e20d6 fix(ci): don't fetch into checked-out staging Hongming Wang 2026-04-24 08:10:08 -0700
  • 283465efb6 fix(ci): relax auto-promote — no-gates mode + already-ahead no-op Hongming Wang 2026-04-24 08:06:21 -0700
  • 467ed28703
    Merge pull request #15 from Molecule-AI/chore/add-auto-promote-staging Hongming Wang 2026-04-24 07:45:05 -0700
  • 68f8654a68 chore(ci): add auto-promote-staging workflow Hongming Wang 2026-04-24 07:44:30 -0700
  • 5381f126dd feat(sdk): add A2AServer for Phase 30.8b inbound A2A support Molecule AI SDK-Dev 2026-04-23 22:50:19 +0000
  • 345b44b1bd
    fix(lint): remove unused typing.Any import (ruff F401) molecule-ai[bot] 2026-04-23 22:15:51 +0000
  • 304b390c02
    fix(lint): remove unused stat import (ruff F401) molecule-ai[bot] 2026-04-23 22:15:22 +0000
  • d3e06a04fd ci(sdk): add pytest CI workflow for PRs and main pushes Molecule AI SDK-Dev 2026-04-23 22:12:53 +0000
  • f8578aeac3 fix(sdk): repair broken __all__ list — new constants/func escaped list boundary Molecule AI SDK Lead 2026-04-23 19:25:45 +0000
  • 0a346e69f8 feat(sdk): add idempotency-key delegation to RemoteAgentClient Molecule AI SDK-Dev 2026-04-20 22:11:57 +0000
  • fe7f191cb9 feat(tests): GAP-05 add _get_with_retry() with 429 back-off + fix broken test_call_peer_errors Molecule AI SDK-Dev 2026-04-21 06:51:45 +0000
  • 66502e669a fix(tests): add conftest.py + fix test_call_peer_errors.py broken imports Molecule AI SDK-Dev 2026-04-21 05:58:36 +0000
  • 45da2c4dae docs(sdk): update known-issues.md — mark KI-003 resolved, KI-008 resolved Molecule AI SDK-Dev 2026-04-21 22:04:44 +0000
  • d55b2b951c fix(sdk): resolve KI-003 — log warning for skipped symlinks in _safe_extract_tar Molecule AI SDK-Dev 2026-04-21 22:03:13 +0000
  • 19653f85c8 fix(sdk): resolve KI-004 — fcntl.flock token file race condition Molecule AI SDK-Dev 2026-04-21 21:36:00 +0000
  • b65867d6a5
    Merge pull request #12 from Molecule-AI/fix/ki-005-ki-007 molecule-ai[bot] 2026-04-21 08:13:04 +0000
  • beca7db42a fix(sdk): resolve KI-005 and KI-007 — secrets scan + _is_hex guard Molecule AI SDK-Dev 2026-04-21 08:09:44 +0000
  • 818931f9d3
    feat(tests): GAP-05 add _get_with_retry() with 429 back-off + fix broken test_call_peer_errors (#11) molecule-ai[bot] 2026-04-21 07:08:01 +0000
  • 4e289e3004
    tests: add GAP-01 tar security + GAP-02 SHA256 verification suites (#8) molecule-ai[bot] 2026-04-21 06:17:42 +0000
  • e59ed08235
    test(gap-03): add test_call_peer_errors.py for A2A error surface (#7) molecule-ai[bot] 2026-04-21 01:02:47 +0000
  • de2e80ad99
    feat(cli): add verify-sha256 command to molecule_agent (#5) molecule-ai[bot] 2026-04-21 01:00:37 +0000
  • 4467f8ad89
    feat(security): add plugin content integrity verification (SHA256) (#3) molecule-ai[bot] 2026-04-21 01:00:35 +0000
  • 51ad567fd0
    fix(tests): add pytest-asyncio markers to async adaptor tests (#4) molecule-ai[bot] 2026-04-21 00:54:07 +0000
  • 1e9809b030
    docs: add CLAUDE.md, known-issues.md, and .claude/settings.json (#2) molecule-ai[bot] 2026-04-20 23:10:37 +0000
  • 69fcd56607
    Merge pull request #1 from Molecule-AI/chore/credentials-gitignore Hongming Wang 2026-04-16 09:24:04 -0700
  • 666c7d74de chore: gitignore credentials for molecule-sdk-python rabbitblood 2026-04-16 09:19:08 -0700
  • cd067df651 ci: add PyPI publish workflow (tag v* → upload) Hongming Wang 2026-04-16 03:50:17 -0700
  • fefcc38e11 feat: initial Python SDK (extracted from molecule-monorepo/sdk/python) Hongming Wang 2026-04-16 03:15:38 -0700