HN 표시: Marimo 쌍 – 에이전트 환경으로 사용되는 반응형 Python 노트북
hackernews
|
|
📦 오픈소스
#agent
#ai서비스
#marimo
#python
#노트북
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
마리모 팀(Marimo team)은 AI 에이전트가 반응형 파이썬 노트북을 환경으로 활용할 수 있도록 돕는 'Marimo pair' 플러그인을 공개했습니다. 이 도구는 인증 토큰 설정을 지원하며, Agent Skills 오픈 표준을 준수하는 모든 에이전트와 연동되어 bash, curl, jq 등의 명령어를 사용할 수 있습니다. 사용자는 npx나 uvx 같은 패키지 매니저를 통해 손쉽게 플러그인을 설치하고 최신 버전을 유지하기 위한 자동 업데이트를 활성화할 수 있습니다.
본문
A running marimo notebook ( --no-token for auto-discovery; MARIMO_TOKEN env var for servers with auth) bash , curl , and jq available on PATH Works with any agent that supports the Agent Skills open standard: npx skills add marimo-team/marimo-pair # or upgrade an existing install npx skills upgrade marimo-team/marimo-pair If you don't have npx installed but have uv : uvx deno -A npm:skills add marimo-team/marimo-pair Add the marketplace and install the plugin: /plugin marketplace add marimo-team/marimo-pair /plugin install marimo-pair@marimo-team-marimo-pair To opt in to auto-updates (recommended), so you always get the latest version: /plugin → Marketplaces → marimo-team-marimo-pair → Enable auto-update
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유