Skip to main content

hwpx-agent

프롬프트를 통해 hwpx을 파일을 생성하고 수정하는 agent

PyPI version PyPI downloads license

시작하기

pip install hwpx-agent
import asyncio
import os
from hwpx import HwpxDocument
from hwpx_agent.hwpx_agent import HwpxAgent


os.environ["OPENAI_API_KEY"] = "sk-??"

async def main():
    agent = HwpxAgent(
        model="gpt-4.1-mini-2025-04-14",
    )

    hwpx_document: HwpxDocument = await agent.generate_template(
        prompt="생명과학 논문을 작성하고 싶은데 그거에 대한 초안을 작성해주고, 테이블로 이해하기 쉽도록 작성해줘"
    )

    hwpx_document.save_to_path("life_science.hwpx")

if __name__ == "__main__":
    asyncio.run(main())

결과물 예시

sample1.png

hwpx 파일 생성하기 (generate_template)

프롬프트를 바탕으로 새로운 HWPX 문서 초안을 생성합니다.

시그니처 (Signature)

from hwpx import HwpxDocument

async def generate_template(
    prompt: str,
) -> HwpxDocument:
    ...

파라미터 (Parameters)

파라미터 타입 기본값 설명
prompt str 필수 생성할 HWPX 문서의 내용, 구조, 구성 요소(표, 제목 등)에 대한 자연어 요청 사항

리턴 타입 (Return)

  • HwpxDocument 생성된 HWPX 문서 객체를 반환합니다. 반환된 객체의 .save_to_path("파일명.hwpx") 메서드를 호출하여 파일로 저장할 수 있습니다.

사용 예시 (Example)

from hwpx import HwpxDocument

hwpx_document: HwpxDocument = await agent.generate_template(
    prompt="생명과학 논문 초안 및 요약 표 작성"
)
hwpx_document.save_to_path("output.hwpx")

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hwpx_agent-0.0.5.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hwpx_agent-0.0.5-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file hwpx_agent-0.0.5.tar.gz.

File metadata

  • Download URL: hwpx_agent-0.0.5.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hwpx_agent-0.0.5.tar.gz
Algorithm Hash digest
SHA256 1ab08e4738b1ca795125aaf0a4b248b31ec7851ede595143f8fc8361ce66d8a4
MD5 4efa27b388065f1072f4157b04453542
BLAKE2b-256 b77dd7ee75a8b3d64122252cee54ec95b767fd0fdea08aeb2031e6c9374d8cea

See more details on using hashes here.

Provenance

The following attestation bundles were made for hwpx_agent-0.0.5.tar.gz:

Publisher: workflow.yml on Seungkyu-Han/hwpx-agent-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hwpx_agent-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: hwpx_agent-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hwpx_agent-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f6e5f772c39484371d0c2220eee1e42e3bdfcc0f3a8e8753b9537ed058180fe0
MD5 290fa943fc0fe0deacdaec5e539d625d
BLAKE2b-256 052194bb8745e6f5ceae4ec075e1e3e0e94fa35ef42f7cd883ef458413b9c845

See more details on using hashes here.

Provenance

The following attestation bundles were made for hwpx_agent-0.0.5-py3-none-any.whl:

Publisher: workflow.yml on Seungkyu-Han/hwpx-agent-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.0.5 This release

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

0.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page