목록전체 글 (1752)
오늘도 공부
GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Example 4: Full Agent with All FeaturesThis example demonstrates a complete agent setup with:- Al..
GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Example 3: Session Note Tool UsageThis example demonstrates the Session Note Tool - one of the co..
GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Example 2: Simple Agent UsageThis example demonstrates how to create and run a basic agentto perf..
Minimax miniagent를 참고해서 에이전트 소스를 보고 분석 공부하도록 하겠습니다. GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Example 1: Basic Tools UsageThis example demo..
Boris TaneThe research-plan-implement workflow I use to build software with Claude Code, and why I never let it write code until I've approved a written plan.boristane.com 아래는 원문( Boris Tane, “How I Use Claude Code” )을 그대로 문장 단위로 전체를 다시 정리한 내용입니다. 대신 원문에 나온 **프롬프트 패턴(명령 문장)**은 실무에서 바로 쓸 수 있게 한국어 템플릿으로 촘촘히 풀어쓰고, 이해를 돕는 **예제 코드/파일 템플릿(plan.md, research.md)**까지 넣었습니다. 원문의 핵심 원칙(계획-실행 분리, research→p..
Microgpt 분석 #1microgptThis is a brief guide to my new art project microgpt, a single file of 200 lines of pure Python with no dependencies that trains and inferences a GPT. This file contains the full algorithmic content of what is needed: dataset of documents, tokenizejavaexpert.tistory.com microgptThis is a brief guide to my new art project microgpt, a single file of 200 lines of pure Python ..
microgptThis is a brief guide to my new art project microgpt, a single file of 200 lines of pure Python with no dependencies that trains and inferences a GPT. This file contains the full algorithmic content of what is needed: dataset of documents, tokenizer, autogkarpathy.github.io 🧠 순수 파이썬으로 GPT를 직접 만들 내용을 분석— 외부 라이브러리 없이, 아주 작은 GPT(microGPT) 구현기“이름을 잔뜩 읽고, 다음 글자를 맞히는 연습을 해서,결국 새로운 이름을 만들어내는 프..
GitHub - bear2u/ai-ochestra-tutorialContribute to bear2u/ai-ochestra-tutorial development by creating an account on GitHub.github.comStep1 튜토리얼: 2-에이전트 오케스트레이션 완전 정복이 튜토리얼은 step1 코드를 처음 접하는 개발자가 실습을 통해 2-에이전트 오케스트레이션을 완전히 이해할 수 있도록 설계되었습니다. 순서대로 진행하시고, 각 단계에서 "직접 해보세요" 섹션을 반드시 실행해 보세요.튜토리얼 개요이 튜토리얼을 끝내면 당신은:2-에이전트 오케스트레이션의 전체 플로우를 설명할 수 있다API를 직접 호출하여 세션을 실행할 수 있다Supervisor, DevAgent, TestAgent의..
Android 17 Beta 1이 공식 배포되었습니다.이번 베타는 Android 16 QPR3 테스트가 마무리된 이후 OTA(무선 업데이트) 방식으로 제공되며, 개발자는 Google Factory Image를 통해 수동 설치도 가능합니다.이번 업데이트의 핵심은 대형 화면(폴더블·태블릿) 지원 강화와 시스템 성능 개선입니다.🖥️ 1. 대형 화면 지원, 이제는 선택이 아닌 필수✔ 주요 변경점Android 17부터는 다음이 의무 사항이 됩니다:앱의 화면 회전(Orientation) 완전 지원Resizability(크기 조절 대응) 필수화더 이상 대형 화면 최적화를 "opt-out" 할 수 없음📌 왜 중요한가?폴더블·태블릿·대형 디스플레이 기기가 증가하면서,앱이 작은 스마트폰 화면 기준으로만 설계되는 문제를..
OpenAI Codex CLI의 notify 기능을 활용해 작업 완료 알림을 받는 방법을 정리합니다.개요Codex CLI는 에이전트가 턴을 마칠 때 외부 프로그램을 실행할 수 있는 notify 설정을 제공합니다. 이를 통해 데스크톱 알림, 웹훅, CI/CD 연동 등 다양한 용도로 활용할 수 있습니다.기본 설정config.toml 위치~/.codex/config.tomlProject 별로 config.toml Advanced ConfigurationMore advanced configuration options for Codex local clientsdevelopers.openai.comnotify 설정 추가# 배열 형태로 실행할 프로그램과 인자를 지정notify = ["python3", "/path/..
