local-automata-core
エージェント構築用の共有ツールキット(import 名 local_automata_core)。汎用ツール(filesystem / shell / memory / plan)・MCP 連携・設定ローダ・STT・画像/PDF 変換・ワークフロー仕様パーサを提供する。Agent ループ本体は含まない — ループや合成は利用側が組む。
関連パッケージ
本パッケージはツール・MCP 連携・設定・文脈管理を提供し、次と組み合わせて使う。
| パッケージ | 役割 |
|---|---|
| local-llm-client | LLM 接続クライアント |
推論サーバーは別パッケージ local-llm-server。
インストール
uv add local-automata-core
使い方
from local_automata_core import find_config_path, load_agent_config, default_registry
config = load_agent_config(find_config_path()) # agent.toml + AGENTS.md を読む
registry = default_registry() # 汎用ツールを workspace/ に構築
利用側はこれらの部品の上に独自の Agent ループを組む。
開発
uv sync
uv run pytest
ライセンス
Apache-2.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
local_automata_core-0.8.0.tar.gz
(55.6 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 local_automata_core-0.8.0.tar.gz.
File metadata
- Download URL: local_automata_core-0.8.0.tar.gz
- Upload date:
- Size: 55.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14207f43dd09290cb52af81fa0e14e55865a892d1f59358226541cddc1a19897
|
|
| MD5 |
27f62a9e65e96906483aae12e20e9998
|
|
| BLAKE2b-256 |
5f8208e67fc4ca2197475e0202c9ce904f204be957f5148f65d591ccc528646a
|
File details
Details for the file local_automata_core-0.8.0-py3-none-any.whl.
File metadata
- Download URL: local_automata_core-0.8.0-py3-none-any.whl
- Upload date:
- Size: 52.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a63f9e7cae262b78fbe7b8a746414265927e41ea1e266402456fcebf1024d44
|
|
| MD5 |
d6777e222209d49d208d573059aec5e8
|
|
| BLAKE2b-256 |
9004838d01318b92c7b2c0ed1d681998ff29ea4e8d705212192f8739b160c955
|