forked from unohee/kis-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (102 loc) · 3.1 KB
/
Copy pathmkdocs.yml
File metadata and controls
107 lines (102 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
site_name: KIS-Agent — 한국투자증권 OpenAPI Python SDK
site_description: 한국투자증권 OpenAPI Python 래퍼. CLI와 Python SDK로 국내·해외 주식, 선물옵션, 실시간 WebSocket, 자동매매, LLM Agent·MCP 연동을 지원합니다. pip install kis-agent 한 줄로 시작하세요.
site_author: unohee
site_url: https://unohee.github.io/kis-agent/
repo_url: https://github.com/unohee/kis-agent
repo_name: unohee/kis-agent
edit_uri: edit/main/docs/
copyright: Copyright © 2025 unohee — MIT License
theme:
name: material
language: ko
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: 다크 모드로 전환
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: 라이트 모드로 전환
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
plugins:
- search:
lang:
- ko
- en
- tags
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Home: index.md
- 시작하기:
- 설치 및 설정: getting-started/installation.md
- 빠른 시작: getting-started/quickstart.md
- CLI:
- CLI 사용법: cli/usage.md
- Python API:
- 국내 주식: api/stock.md
- 해외 주식: api/overseas.md
- 선물/옵션: api/futures.md
- 계좌 관리: api/account.md
- 실시간 WebSocket: api/websocket.md
- 고급 가이드:
- LLM Agent 연동: advanced/llm-agent.md
- MCP 서버: advanced/mcp-server.md
- 아키텍처: advanced/architecture.md
- 성능 및 캐싱: advanced/performance.md
- 예제 모음: advanced/examples.md
- Changelog: changelog.md
extra:
generator: false
# Search Console 등록 시 인증 코드를 여기에 채워 넣으세요.
# google_site_verification: "YOUR_GOOGLE_CODE"
# naver_site_verification: "YOUR_NAVER_CODE"
social:
- icon: fontawesome/brands/github
link: https://github.com/unohee/kis-agent
name: GitHub 저장소
- icon: fontawesome/brands/python
link: https://pypi.org/project/kis-agent/
name: PyPI 패키지
analytics:
feedback:
title: 이 페이지가 도움이 되었나요?
ratings:
- icon: material/thumb-up-outline
name: 도움이 되었습니다
data: 1
- icon: material/thumb-down-outline
name: 개선이 필요합니다
data: 0