2024-04-19 - Add environment variable SEMANTIX_AGENT_TOOLS_ALLOWED_MODULES to set the allowed modules on the python executor handler - Rename files url environment variable to SEMANTIX_AGENT_TOOLS_FILES_URL - Change library name to semantix-agents - Move previous library implementation into tools module
0.1.7
2024-04-19 - Enhance error messages when input does not match the expected format
0.1.6
2024-04-18 - Initialize and configure repository - Add SemantixAgentTool base class - Add SemantixAgentToolConfig base class - Add SemantixAgentToolInput base class - Add semantix_agent_tool_field_validator - Add tool examples - Enable user to choose which execute method from SemantixAgentTool to overwrite (sync and async) - SemantixAgentToolConfig has a default llm parameter - Add file handling module - Add date handling module - Add python executor module - Enable tool execution with typed input model - Add SemantixAgentToolInputField - Resolve vulnerabilities 60840 and 59430