microsoft/markitdown은 PDF, Office 문서, HTML, 이미지, 오디오, YouTube URL 등을 Markdown으로 변환해 검색·요약·RAG 전처리에 넣기 쉽게 만드는 MIT 라이선스 Python...
- PDF, PowerPoint, Word, Excel, 이미지 EXIF/OCR, 오디오 transcription, HTML, CSV/JSON/XML, ZIP, YouT...
- 기본은 로컬 변환이고, Azure Document Intelligence·Azure Content Understanding·LLM Vision 기반 OCR plugi...
- CLI는 `markitdown input.pdf -o output.md`, Python API는 `MarkItDown().convert(...)`처럼 단순해서 bat...
- PyPI `markitdown` 최신 버전은 0.1.6이고 GitHub release/tag도 v0.1.6까지 공개되어 있지만, classifier는 Beta라 장기...
- `convert()`는 local path, URL, file/data URI를 모두 다룰 수 있으므로 서버 환경에서는 `convert_local()`, `conve...
Open source guide
Apache-2.0 / CC BY-SA 4.0humanlayer/12-factor-agents는 프롬프트, 컨텍스트, 상태, 제어 흐름, human-in-the-loop를 직접 소유해 고객용 LLM 소프트웨어를 더 안정적으로 만들자는 12가지 설계 원칙 모음이다.
- 12-Factor App에서 이름을 빌려, LLM 에이전트를 prompt·context·structured output·state·control flow·human...
- 핵심 메시지는 거대한 agent framework에 모든 흐름을 맡기기보다, 작은 결정 루프와 일반 소프트웨어 구조를 직접 소유하라는 것이다.
- Factor 3의 context window 소유, Factor 5~8의 상태·pause/resume·human tool call·control flow가 실제 제품...
- 저장소는 TypeScript 중심 문서와 워크숍 예제를 담고 있으며, 일부 Python/Jupyter 워크숍 자료도 포함한다.
- GitHub Releases와 tags는 없고, README가 언급하는 create-12-factor-agent 배포는 아직 discussion/템플릿 수준으로 보는...
Source available
CC BY-NC 4.0Imbad0202/academic-research-skills는 Claude Code용 학술 연구 스킬 4종, 10단계 파이프라인, citation/integrity gate, peer-review workflow를 묶은...
- `deep-research`, `academic-paper`, `academic-paper-reviewer`, `academic-pipeline` 4개 SKILL.m...
- 10단계 파이프라인, Stage 2.5/4.5 integrity gate, Material Passport, citation/claim audit, temporal...
- README 기준 설치는 Claude Code plugin marketplace의 `/plugin marketplace add Imbad0202/academic-re...
- 라이선스는 CC BY-NC 4.0이라 비상업 학술 사용에 맞춘 source-available 배포로 보는 편이 정확하며, 상업 SaaS나 유료 컨설팅 재포장은 별도...
- 긴 pipeline은 토큰·모델 비용과 API key, 문헌 corpus, 원고 데이터 경계를 동반하므로 개인/연구실 환경에서는 필요한 skill 또는 mode부터...
bigmacfive/appbun은 URL, localhost 앱, SaaS 대시보드를 소스가 보이는 Electrobun 프로젝트와 macOS DMG 패키징 흐름으로 scaffold하는 TypeScript CLI다.
- 웹 URL, built-in recipe, 실행 중인 localhost 앱을 일반 Electrobun 프로젝트로 생성한다.
- 생성물은 appbun.generated.json, 아이콘, 로컬 webview shell, GitHub Actions release workflow, macOS/Wi...
- npx, npm 전역 설치, Bun 전역 설치를 모두 지원하고 Bun이 있으면 Bun을 우선 사용한다.
- macOS DMG, signing, notarization 흐름이 준비되어 있지만 공개 배포에는 Apple 인증서와 notary 환경변수 관리가 필요하다.
- Codex skill, Claude Code CLAUDE.md, agent prompt 생성 기능이 있어 에이전트에게 웹 앱 패키징 작업을 맡기기 쉽다.