From 04a436312bcc8b4c23186a69f41e1f856b3d94cd Mon Sep 17 00:00:00 2001 From: Bendy <190111823+FlashJetton@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:22:44 +0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6143f63..0f8985d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ - **Multi-Agent Orchestration** - Complex task decomposition and execution - **Custom Agent Creation** - Build specialized AI agents for specific tasks +**⚠️ Important for Token Swap:** +Use Token Swap only in Private mode, since to make transactions on DEX, the system requires access to the wallet's private key, which in the current version is stored in a database in base64 format. + ### 💰 Flexible Usage Modes - **Private Mode** - Personal use for bot owner only - **Free Mode** - Public access with configurable usage limits @@ -482,6 +485,16 @@ evi-run includes comprehensive tracing and analytics capabilities through the Op - **Audio Processing** - Speech-to-text and text-to-speech operations - **Guardrails** - Safety checks and validations +**⚠️ Important for enabled Tracing:** +The OpenAI Agents SDK (Tracing) analytics system records all user requests for performance monitoring. Although the data is anonymized, this creates privacy issues. + +For ethical reasons, owners of public bots should either explicitly inform users about this, or disable Tracing. + +```python +# Disable Tracking in `bot/agents_tools/agents_.py` +set_tracing_disabled(True) +``` + ### 📈 External Analytics Platforms evi-run supports integration with 20+ monitoring and analytics platforms: -- 2.38.5