From 6bbd44ed1bc29bff11522dcae423cad77161297a Mon Sep 17 00:00:00 2001 From: jyh20030112 <944878197@qq.com> Date: Wed, 29 Jul 2026 15:47:58 +0800 Subject: [PATCH 1/2] chore:AGENTS.md --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a344195..e0921e3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,6 @@ my_skills .pytest_cache +AGENTS.md .ejagent-sessions .simagentplg-sessions From a2ed5fbea51dbbdba7c6a9359b95f7651b5ff6c6 Mon Sep 17 00:00:00 2001 From: jyh20030112 <944878197@qq.com> Date: Thu, 30 Jul 2026 23:14:01 +0800 Subject: [PATCH 2/2] chore: add module docstring note --- src/ejagent/__init__.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ejagent/__init__.py b/src/ejagent/__init__.py index 13b08b1..58711a9 100644 --- a/src/ejagent/__init__.py +++ b/src/ejagent/__init__.py @@ -1,4 +1,10 @@ -"""Composable stateful agents with tool handlers and MCP integration.""" +"""Composable stateful agents with tool handlers and MCP integration. + +.. note:: + + This package provides the core agent framework — see :class:`BaseAgent` for + the primary entry point. +""" from ejagent.agent.base import BaseAgent from ejagent.agent.behavior import (