Skip to content

Commit

Permalink
- Deleted ToolInterfaceAgent class and its associated tests.
Browse files Browse the repository at this point in the history
- Refactored `AgentMemory` class:
  - Removed unnecessary fields related to tool calls.
  - Simplified message handling and serialization methods.
  - Enhanced `dump` and `load` methods to support new content types.
  - Added capability to manage complex schemas in memory operations.
- Updated tests for `AgentMemory` to cover new serialization functionality and ensure correct behavior with complex schemas.
- Updated test assertions to match recent changes in the memory structure and message handling.
- Improved example code and renamed several demo scripts for clarity.
  • Loading branch information
KennyVaneetvelde committed Oct 13, 2024
1 parent 24f013c commit 0645c36
Show file tree
Hide file tree
Showing 14 changed files with 662 additions and 421 deletions.
12 changes: 12 additions & 0 deletions atomic-agents/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[report]
show_missing=true
exclude_lines =
@abstractmethod
@abc.abstractmethod
exclude_also =
if __name__ == .__main__.:

[run]
omit =
*/__init__.py
*/tests/*
101 changes: 0 additions & 101 deletions atomic-agents/atomic_agents/agents/tool_interface_agent.py

This file was deleted.

Loading

0 comments on commit 0645c36

Please sign in to comment.