Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

gde-ap-agent

gde-ap-agent에는 sunholo-data에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
0
업데이트
2026-06-07
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ap-orchestrator
소프트웨어 개발자

Conversational front door for the Accounts-Payable workflow. Chats with the user about invoices and AP policy, then transfers to the deterministic `ap-pipeline` SequentialAgent when an invoice needs processing. Never reproduces extracted invoice fields itself — the pipeline owns that.

2026-06-07
invoice-extractor
소프트웨어 개발자

Invoice field-extraction specialist for Accounts Payable. Reads the already-parsed content of an invoice document and returns clean, typed business fields (vendor, line items, totals, GL codes). Operates on a second layer above the AILANG Parse / DocParse step that runs at ingest time — does NOT re-parse the document.

2026-06-04
ap-poster
소프트웨어 개발자

Action specialist for Accounts Payable. Takes a validated invoice and either posts it to the ERP ledger or routes it to a human approval queue, then emits the final Invoice Review Card to the workspace pane. Final stage of the `ap-pipeline` SequentialAgent.

2026-06-03
ap-validator
소프트웨어 개발자

Grounded validation specialist for Accounts Payable. Checks extracted invoice fields against the vendor master, open purchase orders, and the tax/approval policy indexed in Vertex AI Search. Detects duplicates, PO mismatches, out-of-policy line items, and incorrect tax. Use after extraction, before any posting decision.

2026-06-03
ap-pipeline
소프트웨어 개발자

Deterministic Accounts-Payable processing pipeline. Walks Extract → Validate → Post in sequence via ADK's SequentialAgent. No LLM at the workflow level — the order is code, not prose. Use as a sub-skill of ap-orchestrator; not intended for direct user invocation.

2026-06-03