Postgres에서 숫자 하나 필요한 사람 대부분은 쿼리를 못 써서 티켓을 접수하고 기다립니다. 이 에이전트는 채팅으로 그냥 물어보면 답을 돌려받을 수 있게 해 줍니다.
sonnet3일PostgresOpenAILangChainpgBouncer
Claude
65ROI
73Scale
$2.8k92Saved
ROI for
README.md
왜 이 서브에이전트인가
Postgres에서 숫자 하나 필요한 사람 대부분은 쿼리를 못 써서 티켓을 접수하고 기다립니다. 이 에이전트는 채팅으로 그냥 물어보면 답을 돌려받을 수 있게 해 줍니다.
모든 연결은 읽기 전용 롤을 통해 이루어지므로, 데이터베이스의 어떤 것도 변경될 수 없습니다. 에이전트는 SELECT를 작성하고, 실행하고, 결과를 쉬운 말로 설명하고, 그 아래에 정확한 SQL을 함께 보여줘 결과를 쉽게 신뢰할 수 있습니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
public 스키마를 검사하고 테이블 간 관계를 캐싱하여 후속 질문에서도 맥락을 유지합니다.
pending
채팅 메시지를 SELECT 쿼리로 변환해 데이터베이스에서 실행한 뒤 결과를 자연어로 읽어냅니다.
pending
모든 답변에 실행한 정확한 SQL을 첨부해 누구나 검증하거나 다시 실행할 수 있게 합니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Answer questions about the Postgres database using read-only SELECT queries and report both the result and the SQL used.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.