Metadata-Version: 2.4
Name: local-automata-core
Version: 0.1.0
Summary: エージェント共有コア（L3）。ツールフレームワーク・共通ツール・MCP 連携・エージェントループ・文脈管理。LLM 接続は local-llm-client（L2）に委ね、推論サーバーは別パッケージ local-llm-server。
Author: ToPo-ToPo-ToPo
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/ToPo-ToPo-ToPo/agent-core
Keywords: llm,agent,tools,mcp,agent-core
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: local-llm-client>=0.2.0
Requires-Dist: mcp>=1.27
Requires-Dist: pypdf>=4.0
Requires-Dist: pymupdf>=1.24
Requires-Dist: pyyaml>=6.0
Requires-Dist: mlx-whisper>=0.4; sys_platform == "darwin" and platform_machine == "arm64"
Dynamic: license-file

# agent-core

エージェント共有コア（L3）。ツール・MCP・エージェントループ・文脈管理。
LLM 接続は [local-llm-client](https://github.com/ToPo-ToPo-ToPo/agent-core/tree/main/packages/local-llm-client)（L2）、推論サーバーは別リポ local-llm-server。
