Mastodon discussion 2d ago

Skar – turn a captured AI agent trace into a pytest regression testSkar는 LLM을 도구 사용 에이전트로 래핑하는 코드를 작성하는 팀을 위한 도구로, AI 에이...

Skar – turn a captured AI agent trace into a pytest regression testSkar는 LLM을 도구 사용 에이전트로 래핑하는 코드를 작성하는 팀을 위한 도구로, AI 에이전트 실행 중 발생한 트레이스를 pytest 회귀 테스트로 변환해 코드 변경 시 동작 변화 방지를 돕는다. ...

Mastodon discussion 3d ago

Ctx-opt: TypeScript middleware to trim LLM chats to a token budgetctx-opt은 TypeScript로 작성된 LLM 채팅 메시지 토큰 예산 내 최적화 미들웨어로,...

Ctx-opt: TypeScript middleware to trim LLM chats to a token budgetctx-opt은 TypeScript로 작성된 LLM 채팅 메시지 토큰 예산 내 최적화 미들웨어로, 메시지 배열을 토큰 제한에 맞게 자르거나 압축하여 반환합니다. OpenAI, Anthropic 등 다양한 ...