ynosis-agent
Ynosis Agent API 用の 公開クライアント(CLI / MCP)。
リポジトリは非公開です。ソース clone は不要です。
CLI
pip install ynosis-agent
export YNOSIS_AGENT_API_KEY='yna_...' # マイページ → … → Agent API
ynosis-agent search --q 草津 --limit 5
ynosis-agent parse-prompt transcript.txt --out prompt.json
ynosis-agent parse transcript.txt --llm-json llm_result.json --for-register
ynosis-agent register payload.json --image photo.jpg
接続先の既定は https://ynosis.jp。
MCP(アプリに設定を貼る・推奨)
事前 pip 不要。uv(uvx)があるマシンで、アプリの MCP 設定に次を追加します。
起動コマンド:
uvx --from ynosis-agent[mcp] ynosis-agent-mcp
環境変数: YNOSIS_AGENT_API_KEY=yna_…(必須)
Cursor(mcp.json)
{
"mcpServers": {
"ynosis-agent": {
"command": "uvx",
"args": ["--from", "ynosis-agent[mcp]", "ynosis-agent-mcp"],
"env": {
"YNOSIS_AGENT_API_KEY": "yna_REPLACE_ME",
"YNOSIS_AGENT_API_BASE": "https://ynosis.jp"
}
}
}
}
Claude Code
claude mcp add --transport stdio ynosis-agent \
--env YNOSIS_AGENT_API_KEY=yna_REPLACE_ME \
-- uvx --from 'ynosis-agent[mcp]' ynosis-agent-mcp
uv が無い場合のフォールバック: pip install 'ynosis-agent[mcp]' のあと command を ynosis-agent-mcp にする。
運営向け: PyPI 公開
cd packages/ynosis-agent
python -m build
twine upload dist/*
バージョンは pyproject.toml の version を上げてからビルドする。
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ynosis_agent-0.2.0.tar.gz
(12.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ynosis_agent-0.2.0.tar.gz.
File metadata
- Download URL: ynosis_agent-0.2.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9733c6da0ede149e6b06184a8786c02c526d2c8fd2eeaa9a9c58a53c32400ab1
|
|
| MD5 |
8b3c02b8ac5404bb9159398d975b0b31
|
|
| BLAKE2b-256 |
b2294f5764800be07d4550a7a05c2a51144d709a8ebf9ca1e3846f7560dcbb4d
|
File details
Details for the file ynosis_agent-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ynosis_agent-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffeaacb509fc4ea0642534013611eff5d7f0cd8d4afcd71c22dd1d4294ae74fc
|
|
| MD5 |
38115b4f04015634776d094bf4fa3575
|
|
| BLAKE2b-256 |
b881406f5041da30bd77f76b2d14fa8299012ac94ec03bd7fe80d92cbcd7498d
|