PyPI project
acring-agno
6 indexed releases ยท newest sdist 2.5.5 with 761 indexed members
Files in 2.5.5 acring_agno-2.5.5.tar.gz
- agno/__init__.py
- agno/agent/__init__.py
- agno/agent/_cli.py
- agno/agent/_default_tools.py
- agno/agent/_hooks.py
- agno/agent/_init.py
- agno/agent/_managers.py
- agno/agent/_messages.py
- agno/agent/_response.py
- agno/agent/_run.py
- agno/agent/_run_options.py
- agno/agent/_session.py
- agno/agent/_storage.py
- agno/agent/_telemetry.py
- agno/agent/_tools.py
- agno/agent/_utils.py
- agno/agent/agent.py
- agno/agent/remote.py
- agno/api/__init__.py
- agno/api/agent.py
- agno/api/api.py
- agno/api/evals.py
- agno/api/os.py
- agno/api/routes.py
- agno/api/schemas/__init__.py
- agno/api/schemas/agent.py
- agno/api/schemas/evals.py
- agno/api/schemas/os.py
- agno/api/schemas/response.py
- agno/api/schemas/team.py
- agno/api/schemas/utils.py
- agno/api/schemas/workflows.py
- agno/api/settings.py
- agno/api/team.py
- agno/api/workflow.py
- agno/approval/__init__.py
- agno/approval/decorator.py
- agno/approval/types.py
- agno/client/__init__.py
- agno/client/a2a/__init__.py
- agno/client/a2a/client.py
- agno/client/a2a/schemas.py
- agno/client/a2a/utils.py
- agno/client/os.py
- agno/cloud/aws/base.py
- agno/cloud/aws/s3/__init__.py
- agno/cloud/aws/s3/api_client.py
- agno/cloud/aws/s3/bucket.py
- agno/cloud/aws/s3/object.py
- agno/compression/__init__.py
- agno/compression/manager.py
- agno/culture/__init__.py
- agno/culture/manager.py
- agno/db/__init__.py
- agno/db/async_postgres/__init__.py
- agno/db/base.py
- agno/db/dynamo/__init__.py
- agno/db/dynamo/dynamo.py
- agno/db/dynamo/schemas.py
- agno/db/dynamo/utils.py
- agno/db/filter_converter.py
- agno/db/firestore/__init__.py
- agno/db/firestore/firestore.py
- agno/db/firestore/schemas.py
- agno/db/firestore/utils.py
- agno/db/gcs_json/__init__.py
- agno/db/gcs_json/gcs_json_db.py
- agno/db/gcs_json/utils.py
- agno/db/in_memory/__init__.py
- agno/db/in_memory/in_memory_db.py
- agno/db/in_memory/utils.py
- agno/db/json/__init__.py
- agno/db/json/json_db.py
- agno/db/json/utils.py
- agno/db/migrations/__init__.py
- agno/db/migrations/manager.py
- agno/db/migrations/utils.py
- agno/db/migrations/v1_to_v2.py
- agno/db/migrations/versions/__init__.py
- agno/db/migrations/versions/v2_3_0.py
- agno/db/migrations/versions/v2_5_0.py
- agno/db/mongo/__init__.py
- agno/db/mongo/async_mongo.py
- agno/db/mongo/mongo.py
- agno/db/mongo/schemas.py
- agno/db/mongo/utils.py
- agno/db/mysql/__init__.py
- agno/db/mysql/async_mysql.py
- agno/db/mysql/mysql.py
- agno/db/mysql/schemas.py
- agno/db/mysql/utils.py
- agno/db/postgres/__init__.py
- agno/db/postgres/async_postgres.py
- agno/db/postgres/postgres.py
- agno/db/postgres/schemas.py
- agno/db/postgres/utils.py
- agno/db/redis/__init__.py
- agno/db/redis/redis.py
- agno/db/redis/schemas.py
- agno/db/redis/utils.py
- agno/db/schemas/__init__.py
- agno/db/schemas/approval.py
- agno/db/schemas/culture.py
- agno/db/schemas/evals.py
- agno/db/schemas/knowledge.py
- agno/db/schemas/memory.py
- agno/db/schemas/metrics.py
- agno/db/schemas/scheduler.py
- agno/db/singlestore/__init__.py
- agno/db/singlestore/schemas.py
- agno/db/singlestore/singlestore.py
- agno/db/singlestore/utils.py
- agno/db/sqlite/__init__.py
- agno/db/sqlite/async_sqlite.py
- agno/db/sqlite/schemas.py
- agno/db/sqlite/sqlite.py
- agno/db/sqlite/utils.py
- agno/db/surrealdb/__init__.py
- agno/db/surrealdb/metrics.py
- agno/db/surrealdb/models.py
- agno/db/surrealdb/queries.py
- agno/db/surrealdb/surrealdb.py
- agno/db/surrealdb/utils.py
- agno/db/utils.py
- agno/debug.py
- agno/eval/__init__.py
- agno/eval/accuracy.py
- agno/eval/agent_as_judge.py
- agno/eval/base.py
- agno/eval/performance.py
- agno/eval/reliability.py
- agno/eval/utils.py
- agno/exceptions.py
- agno/filters.py
- agno/guardrails/__init__.py
- agno/guardrails/base.py
- agno/guardrails/openai.py
- agno/guardrails/pii.py
- agno/guardrails/prompt_injection.py
- agno/hooks/__init__.py
- agno/hooks/decorator.py
- agno/integrations/__init__.py
- agno/integrations/discord/__init__.py
- agno/integrations/discord/client.py
- agno/knowledge/__init__.py
- agno/knowledge/chunking/__init__.py
- agno/knowledge/chunking/agentic.py
- agno/knowledge/chunking/code.py
- agno/knowledge/chunking/document.py
- agno/knowledge/chunking/fixed.py
- agno/knowledge/chunking/markdown.py
- agno/knowledge/chunking/recursive.py
- agno/knowledge/chunking/row.py
- agno/knowledge/chunking/semantic.py
- agno/knowledge/chunking/strategy.py
- agno/knowledge/content.py
- agno/knowledge/document/__init__.py
- agno/knowledge/document/base.py
- agno/knowledge/embedder/__init__.py
- agno/knowledge/embedder/aws_bedrock.py
- agno/knowledge/embedder/azure_openai.py
- agno/knowledge/embedder/base.py
- agno/knowledge/embedder/cohere.py
- agno/knowledge/embedder/fastembed.py
- agno/knowledge/embedder/fireworks.py
- agno/knowledge/embedder/google.py
- agno/knowledge/embedder/huggingface.py
- agno/knowledge/embedder/jina.py
- agno/knowledge/embedder/langdb.py
- agno/knowledge/embedder/mistral.py
- agno/knowledge/embedder/nebius.py
- agno/knowledge/embedder/ollama.py
- agno/knowledge/embedder/openai.py
- agno/knowledge/embedder/sentence_transformer.py
- agno/knowledge/embedder/together.py
- agno/knowledge/embedder/vllm.py
- agno/knowledge/embedder/voyageai.py
- agno/knowledge/filesystem.py
- agno/knowledge/knowledge.py
- agno/knowledge/loaders/__init__.py
- agno/knowledge/loaders/azure_blob.py
- agno/knowledge/loaders/base.py
- agno/knowledge/loaders/gcs.py
- agno/knowledge/loaders/github.py
- agno/knowledge/loaders/s3.py
- agno/knowledge/loaders/sharepoint.py
- agno/knowledge/protocol.py
- agno/knowledge/reader/__init__.py
- agno/knowledge/reader/arxiv_reader.py
- agno/knowledge/reader/base.py
- agno/knowledge/reader/csv_reader.py
- agno/knowledge/reader/docx_reader.py
- agno/knowledge/reader/excel_reader.py
- agno/knowledge/reader/field_labeled_csv_reader.py
- agno/knowledge/reader/firecrawl_reader.py
- agno/knowledge/reader/json_reader.py
- agno/knowledge/reader/markdown_reader.py
- agno/knowledge/reader/pdf_reader.py
- agno/knowledge/reader/pptx_reader.py
- agno/knowledge/reader/reader_factory.py
- agno/knowledge/reader/s3_reader.py
- agno/knowledge/reader/tavily_reader.py
- agno/knowledge/reader/text_reader.py
- agno/knowledge/reader/utils/__init__.py
- agno/knowledge/reader/utils/spreadsheet.py
- agno/knowledge/reader/web_search_reader.py
- agno/knowledge/reader/website_reader.py
- agno/knowledge/reader/wikipedia_reader.py
- agno/knowledge/reader/youtube_reader.py
- agno/knowledge/remote_content/__init__.py
- agno/knowledge/remote_content/azure_blob.py
- agno/knowledge/remote_content/base.py
- agno/knowledge/remote_content/gcs.py
- agno/knowledge/remote_content/github.py
- agno/knowledge/remote_content/remote_content.py
- agno/knowledge/remote_content/s3.py
- agno/knowledge/remote_content/sharepoint.py
- agno/knowledge/remote_knowledge.py
- agno/knowledge/reranker/__init__.py
- agno/knowledge/reranker/aws_bedrock.py
- agno/knowledge/reranker/base.py
- agno/knowledge/reranker/cohere.py
- agno/knowledge/reranker/infinity.py
- agno/knowledge/reranker/sentence_transformer.py
- agno/knowledge/types.py
- agno/knowledge/utils.py
- agno/learn/__init__.py
- agno/learn/config.py
- agno/learn/curate.py
- agno/learn/machine.py
- agno/learn/schemas.py
- agno/learn/stores/__init__.py
- agno/learn/stores/decision_log.py
- agno/learn/stores/entity_memory.py
- agno/learn/stores/learned_knowledge.py
- agno/learn/stores/protocol.py
- agno/learn/stores/session_context.py
- agno/learn/stores/user_memory.py
- agno/learn/stores/user_profile.py
- agno/learn/utils.py
- agno/media.py
- agno/memory/__init__.py
- agno/memory/manager.py
- agno/memory/strategies/__init__.py
- agno/memory/strategies/base.py
- agno/memory/strategies/summarize.py
- agno/memory/strategies/types.py
- agno/metrics.py
- agno/models/__init__.py
- agno/models/aimlapi/__init__.py
- agno/models/aimlapi/aimlapi.py
- agno/models/anthropic/__init__.py
- agno/models/anthropic/claude.py
- agno/models/aws/__init__.py
- agno/models/aws/bedrock.py
- agno/models/aws/claude.py
- agno/models/azure/__init__.py
- agno/models/azure/ai_foundry.py
- agno/models/azure/openai_chat.py
- agno/models/base.py
- agno/models/cerebras/__init__.py
- agno/models/cerebras/cerebras.py
- agno/models/cerebras/cerebras_openai.py
- agno/models/cohere/__init__.py
- agno/models/cohere/chat.py
- agno/models/cometapi/__init__.py
- agno/models/cometapi/cometapi.py
- agno/models/dashscope/__init__.py
- agno/models/dashscope/dashscope.py
- agno/models/deepinfra/__init__.py
- agno/models/deepinfra/deepinfra.py
- agno/models/deepseek/__init__.py
- agno/models/deepseek/deepseek.py
- agno/models/defaults.py
- agno/models/fireworks/__init__.py
- agno/models/fireworks/fireworks.py
- agno/models/google/__init__.py
- agno/models/google/gemini.py
- agno/models/google/utils.py
- agno/models/groq/__init__.py
- agno/models/groq/groq.py
- agno/models/huggingface/__init__.py
- agno/models/huggingface/huggingface.py
- agno/models/ibm/__init__.py
- agno/models/ibm/watsonx.py
- agno/models/internlm/__init__.py
- agno/models/internlm/internlm.py
- agno/models/langdb/__init__.py
- agno/models/langdb/langdb.py
- agno/models/litellm/__init__.py
- agno/models/litellm/chat.py
- agno/models/litellm/litellm_openai.py
- agno/models/llama_cpp/__init__.py
- agno/models/llama_cpp/llama_cpp.py
- agno/models/lmstudio/__init__.py
- agno/models/lmstudio/lmstudio.py
- agno/models/message.py
- agno/models/meta/__init__.py
- agno/models/meta/llama.py
- agno/models/meta/llama_openai.py
- agno/models/metrics.py
- agno/models/mistral/__init__.py
- agno/models/mistral/mistral.py
- agno/models/moonshot/__init__.py
- agno/models/moonshot/moonshot.py
- agno/models/n1n/__init__.py
- agno/models/n1n/n1n.py
- agno/models/nebius/__init__.py
- agno/models/nebius/nebius.py
- agno/models/neosantara/__init__.py
- agno/models/neosantara/neosantara.py
- agno/models/nexus/__init__.py
- agno/models/nexus/nexus.py
- agno/models/nvidia/__init__.py
- agno/models/nvidia/nvidia.py
- agno/models/ollama/__init__.py
- agno/models/ollama/chat.py
- agno/models/ollama/responses.py
- agno/models/openai/__init__.py
- agno/models/openai/chat.py
- agno/models/openai/like.py
- agno/models/openai/open_responses.py
- agno/models/openai/responses.py
- agno/models/openrouter/__init__.py
- agno/models/openrouter/openrouter.py
- agno/models/openrouter/responses.py
- agno/models/perplexity/__init__.py
- agno/models/perplexity/perplexity.py
- agno/models/portkey/__init__.py
- agno/models/portkey/portkey.py
- agno/models/requesty/__init__.py
- agno/models/requesty/requesty.py
- agno/models/response.py
- agno/models/sambanova/__init__.py
- agno/models/sambanova/sambanova.py
- agno/models/siliconflow/__init__.py
- agno/models/siliconflow/siliconflow.py
- agno/models/together/__init__.py
- agno/models/together/together.py
- agno/models/utils.py
- agno/models/vercel/__init__.py
- agno/models/vercel/v0.py
- agno/models/vertexai/__init__.py
- agno/models/vertexai/claude.py
- agno/models/vllm/__init__.py
- agno/models/vllm/vllm.py
- agno/models/xai/__init__.py
- agno/models/xai/xai.py
- agno/os/__init__.py
- agno/os/app.py
- agno/os/auth.py
- agno/os/config.py
- agno/os/interfaces/__init__.py
- agno/os/interfaces/a2a/__init__.py
- agno/os/interfaces/a2a/a2a.py
- agno/os/interfaces/a2a/router.py
- agno/os/interfaces/a2a/utils.py
- agno/os/interfaces/agui/__init__.py
- agno/os/interfaces/agui/agui.py
- agno/os/interfaces/agui/router.py
- agno/os/interfaces/agui/utils.py
- agno/os/interfaces/base.py
- agno/os/interfaces/slack/__init__.py
- agno/os/interfaces/slack/events.py
- agno/os/interfaces/slack/helpers.py
- agno/os/interfaces/slack/router.py
- agno/os/interfaces/slack/security.py
- agno/os/interfaces/slack/slack.py
- agno/os/interfaces/slack/state.py
- agno/os/interfaces/whatsapp/__init__.py
- agno/os/interfaces/whatsapp/router.py
- agno/os/interfaces/whatsapp/security.py
- agno/os/interfaces/whatsapp/whatsapp.py
- agno/os/managers.py
- agno/os/mcp.py
- agno/os/middleware/__init__.py
- agno/os/middleware/jwt.py
- agno/os/middleware/trailing_slash.py
- agno/os/router.py
- agno/os/routers/__init__.py
- agno/os/routers/agents/__init__.py
- agno/os/routers/agents/router.py
- agno/os/routers/agents/schema.py
- agno/os/routers/approvals/__init__.py
- agno/os/routers/approvals/router.py
- agno/os/routers/approvals/schema.py
- agno/os/routers/components/__init__.py
- agno/os/routers/components/components.py
- agno/os/routers/database.py
- agno/os/routers/evals/__init__.py
- agno/os/routers/evals/evals.py
- agno/os/routers/evals/schemas.py
- agno/os/routers/evals/utils.py
- agno/os/routers/health.py
- agno/os/routers/home.py
- agno/os/routers/knowledge/__init__.py
- agno/os/routers/knowledge/knowledge.py
- agno/os/routers/knowledge/schemas.py
- agno/os/routers/memory/__init__.py
- agno/os/routers/memory/memory.py
and 361 more members in this release