fischer-agentkit/tests/unit/tools
chiguyong 42fe7bcbc9 feat(calendar): U3 agent calendar tool for ReAct integration
Adds CalendarTool implementing the Tool ABC so the ReAct engine can
create, query, update, and delete events autonomously. Resolves
event_type_name and tag_names (look up or create), sets
source="agent" to distinguish agent-created events from manual ones.

- src/agentkit/tools/calendar_tool.py — CalendarTool(Tool)
- tests/unit/tools/test_calendar_tool.py — 13 tests covering all actions
2026-06-23 21:56:08 +08:00
..
__init__.py fix: resolve code review issues from deferred improvements 2026-06-11 13:49:02 +08:00
test_calendar_tool.py feat(calendar): U3 agent calendar tool for ReAct integration 2026-06-23 21:56:08 +08:00
test_computer_use.py feat(phase4): implement Computer Use integration (U12) 2026-06-10 00:54:31 +08:00
test_pty_session.py fix(security): resolve all P0/P1 findings from code review 2026-06-10 07:12:41 +08:00
test_terminal_session.py feat(phase2): implement self-evolution and smart terminal (U6-U8) 2026-06-10 00:22:36 +08:00
test_tool_search.py feat: hub-and-spoke experts, tiered tool injection, unified event model (U3/U7/U10) 2026-06-17 10:46:16 +08:00