flare-ai-kit icon indicating copy to clipboard operation
flare-ai-kit copied to clipboard

🚧 SDK for building verifiable AI Agents on Flare using Confidential Space

Results 37 flare-ai-kit issues
Sort by recently updated
recently updated
newest added

Bumps the uv-all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [google-genai](https://github.com/googleapis/python-genai) | `1.51.0` |...

dependencies
python:uv

Bumps the actions-all group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support...

dependencies
github_actions

### ✅ *Completed Tasks* Closes #111 1. *Enhanced Exception System* (src/flare_ai_kit/common/exceptions.py): - Enhanced the base FlareAIKitError class with structured context and automatic sensitive data masking - Added comprehensive exception types...

## Description This pull request introduces comprehensive unit test coverage across multiple core modules of the flare_ai_kit project, significantly improving reliability, maintainability, and developer confidence. The tests validate critical functionality,...

* **Description:** Implement RA-TLS (Remote Attestation - Transport Layer Security) to ensure end-to-end encryption for all data transiting into and out of the secure enclave. This protocol combines remote attestation...

component:secure-enclave

* **Description:** As an optional enhancement, develop pre-built connectors for popular Model Context Protocol (MCP) servers (such as those for GitHub, Slack, Cursor). These connectors should be designed to operate...

component:agent-framework
onlydust-wave

* **Description:** Develop specific adapters for interacting with the Flare Decentralized Oracle (FDC) for obtaining consensus on various web2 and web3 data points. These connectors will enable agents to use...

component:ecosystem-engine
onlydust-wave

* **Description:** Design and implement support for Confidential Space PKI key parsing in Solidity within [flare-vtpm-attestation](https://github.com/flare-foundation/flare-vtpm-attestation) * **Acceptance Criteria:** * In-contract PKI key parsing and validation support (see [Google docs...

component:secure-enclave
onlydust-wave

- **Description** - Standardize errors and logs so users get actionable, stable signals across modules. - **Scope** - Use `flare_ai_kit.common.exceptions` uniformly; add/align specific exception types where gaps exist. - Replace...

closes #110 This pull request primarily improves type annotation clarity and code maintainability by updating or refining type ignore comments throughout the codebase. It also expands the `AgentPerformanceMetrics` model with...