From 00eefaa439fc8efc814b8a1f47f0a2502469520d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 12 Oct 2024 11:20:48 -0400 Subject: [PATCH] [cleanup] --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 5aff48a7..4f93e5ad 100644 --- a/README.md +++ b/README.md @@ -300,26 +300,6 @@ We provide vast array of features to save agent states using json, yaml, toml, u | `activate_agentops()` | Activates agent operations. | | `check_end_session_agentops()` | Checks the end of the session for agent operations. | -**Mermaid Diagram** -```mermaid -graph LR - A[Agent] -->|to_dict()|> B[Dictionary] - A -->|to_toml()|> C[TOML String] - A -->|model_dump_json()|> D[JSON File] - A -->|model_dump_yaml()|> E[YAML File] - A -->|ingest_docs()|> F[Knowledge Base] - A -->|receive_message()|> G[Processed Message] - A -->|send_agent_message()|> H[Sent Message] - A -->|filtered_run()|> I[Filtered Run] - A -->|bulk_run()|> J[Bulk Run] - A -->|add_memory()|> K[Memory] - A -->|check_available_tokens()|> L[Token Check] - A -->|tokens_checks()|> M[Token Checks] - A -->|print_dashboard()|> N[Dashboard] - A -->|get_docs_from_doc_folders()|> O[Documents] - A -->|activate_agentops()|> P[Agent Ops] - A -->|check_end_session_agentops()|> Q[Session Check] -``` ```python