Skip to content

Release v0.2.0

Choose a tag to compare

@ARK-ASWINRAJ ARK-ASWINRAJ released this 20 Feb 06:20
· 8 commits to main since this release
35596ee

AgentARC v0.2.0 Release Notes

✨ Features

  • Framework Adapters: Added support for OpenAI SDK and LangChain frameworks.
  • Wallet Adapters: Implemented mnemonic and private key wallet adapters.
  • Event Streaming: Implemented event streaming for the validation process in the FastAPI server.
  • Example Chat Agents: Created example chat agents with policy enforcement.
  • Chat Frontend: Added a new chat frontend.
  • Project Configuration: Migrated dependencies from requirements.txt to pyproject.toml.

🛠️ Technical Implementation & Refactoring

  • Code Architecture: Major architecture refactor, including new AgentARC exceptions, interfaces, and typed APIs.
  • Import Cleanup: Updated import paths and cleaned up unused imports across multiple files.

📚 Documentation & Community

  • Security Policy: Added SECURITY.md and updated security reporting guidelines.
  • Issue Templates: Added issue templates for bug reports and feature requests.
  • Contributing: Enhanced contributing guidelines.
  • Code of Conduct: Added CODE_OF_CONDUCT.md and conduct reporting guidelines.