LICENSE
MANIFEST.in
README.md
pyproject.toml
agenticx/__init__.py
agenticx/cli/__init__.py
agenticx/cli/client.py
agenticx/cli/debug.py
agenticx/cli/deploy.py
agenticx/cli/docs.py
agenticx/cli/env_template.txt
agenticx/cli/main.py
agenticx/cli/scaffold.py
agenticx/collaboration/__init__.py
agenticx/collaboration/base.py
agenticx/collaboration/config.py
agenticx/collaboration/enums.py
agenticx/collaboration/manager.py
agenticx/collaboration/memory.py
agenticx/collaboration/metrics.py
agenticx/collaboration/patterns.py
agenticx/collaboration/intelligence/__init__.py
agenticx/collaboration/intelligence/collaboration_intelligence.py
agenticx/collaboration/intelligence/message_router.py
agenticx/collaboration/intelligence/models.py
agenticx/collaboration/intelligence/role_assigner.py
agenticx/configs/knowledge_graphers_config.yml
agenticx/core/__init__.py
agenticx/core/adapters.py
agenticx/core/agent.py
agenticx/core/agent_executor.py
agenticx/core/communication.py
agenticx/core/component.py
agenticx/core/error_handler.py
agenticx/core/event.py
agenticx/core/event_bus.py
agenticx/core/executor.py
agenticx/core/marketplace.py
agenticx/core/message.py
agenticx/core/platform.py
agenticx/core/prompt.py
agenticx/core/registry.py
agenticx/core/security.py
agenticx/core/task.py
agenticx/core/task_validator.py
agenticx/core/tool.py
agenticx/core/tool_system.py
agenticx/core/tool_v2.py
agenticx/core/workflow.py
agenticx/core/workflow_engine.py
agenticx/embeddings/__init__.py
agenticx/embeddings/bailian.py
agenticx/embeddings/base.py
agenticx/embeddings/config.py
agenticx/embeddings/litellm.py
agenticx/embeddings/openai.py
agenticx/embeddings/router.py
agenticx/embeddings/siliconflow.py
agenticx/embodiment/core/__init__.py
agenticx/embodiment/core/agent.py
agenticx/embodiment/core/context.py
agenticx/embodiment/core/models.py
agenticx/embodiment/core/task.py
agenticx/embodiment/human_in_the_loop/__init__.py
agenticx/embodiment/human_in_the_loop/collector.py
agenticx/embodiment/human_in_the_loop/component.py
agenticx/embodiment/human_in_the_loop/events.py
agenticx/embodiment/human_in_the_loop/models.py
agenticx/embodiment/learning/__init__.py
agenticx/embodiment/learning/app_knowledge_retriever.py
agenticx/embodiment/learning/deep_usage_optimizer.py
agenticx/embodiment/learning/edge_case_handler.py
agenticx/embodiment/learning/gui_explorer.py
agenticx/embodiment/learning/knowledge_evolution.py
agenticx/embodiment/learning/task_synthesizer.py
agenticx/embodiment/tools/__init__.py
agenticx/embodiment/tools/adapters.py
agenticx/embodiment/tools/base.py
agenticx/embodiment/tools/core_tools.py
agenticx/embodiment/tools/models.py
agenticx/embodiment/workflow/__init__.py
agenticx/embodiment/workflow/builder.py
agenticx/embodiment/workflow/engine.py
agenticx/embodiment/workflow/workflow.py
agenticx/embodiment/workflow/tests/__init__.py
agenticx/embodiment/workflow/tests/test_builder.py
agenticx/embodiment/workflow/tests/test_engine.py
agenticx/embodiment/workflow/tests/test_integration.py
agenticx/embodiment/workflow/tests/test_workflow.py
agenticx/embodiment/workflow/tests/test_workflow_fix.py
agenticx/integrations/mem0/__init__.py
agenticx/integrations/mem0/client/__init__.py
agenticx/integrations/mem0/client/main.py
agenticx/integrations/mem0/configs/__init__.py
agenticx/integrations/mem0/configs/base.py
agenticx/integrations/mem0/configs/enums.py
agenticx/integrations/mem0/configs/prompts.py
agenticx/integrations/mem0/configs/embeddings/__init__.py
agenticx/integrations/mem0/configs/embeddings/base.py
agenticx/integrations/mem0/configs/llms/__init__.py
agenticx/integrations/mem0/configs/llms/base.py
agenticx/integrations/mem0/configs/vector_stores/__init__.py
agenticx/integrations/mem0/configs/vector_stores/azure_ai_search.py
agenticx/integrations/mem0/configs/vector_stores/baidu.py
agenticx/integrations/mem0/configs/vector_stores/chroma.py
agenticx/integrations/mem0/configs/vector_stores/elasticsearch.py
agenticx/integrations/mem0/configs/vector_stores/faiss.py
agenticx/integrations/mem0/configs/vector_stores/langchain.py
agenticx/integrations/mem0/configs/vector_stores/milvus.py
agenticx/integrations/mem0/configs/vector_stores/mongodb.py
agenticx/integrations/mem0/configs/vector_stores/opensearch.py
agenticx/integrations/mem0/configs/vector_stores/pgvector.py
agenticx/integrations/mem0/configs/vector_stores/pinecone.py
agenticx/integrations/mem0/configs/vector_stores/qdrant.py
agenticx/integrations/mem0/configs/vector_stores/redis.py
agenticx/integrations/mem0/configs/vector_stores/supabase.py
agenticx/integrations/mem0/configs/vector_stores/upstash_vector.py
agenticx/integrations/mem0/configs/vector_stores/vertex_ai_vector_search.py
agenticx/integrations/mem0/configs/vector_stores/weaviate.py
agenticx/integrations/mem0/embeddings/__init__.py
agenticx/integrations/mem0/embeddings/aws_bedrock.py
agenticx/integrations/mem0/embeddings/azure_openai.py
agenticx/integrations/mem0/embeddings/base.py
agenticx/integrations/mem0/embeddings/configs.py
agenticx/integrations/mem0/embeddings/gemini.py
agenticx/integrations/mem0/embeddings/huggingface.py
agenticx/integrations/mem0/embeddings/langchain.py
agenticx/integrations/mem0/embeddings/lmstudio.py
agenticx/integrations/mem0/embeddings/mock.py
agenticx/integrations/mem0/embeddings/ollama.py
agenticx/integrations/mem0/embeddings/openai.py
agenticx/integrations/mem0/embeddings/together.py
agenticx/integrations/mem0/embeddings/vertexai.py
agenticx/integrations/mem0/graphs/__init__.py
agenticx/integrations/mem0/graphs/configs.py
agenticx/integrations/mem0/graphs/tools.py
agenticx/integrations/mem0/graphs/utils.py
agenticx/integrations/mem0/graphs/neptune/__init__.py
agenticx/integrations/mem0/graphs/neptune/base.py
agenticx/integrations/mem0/graphs/neptune/main.py
agenticx/integrations/mem0/llms/__init__.py
agenticx/integrations/mem0/llms/agenticx_llm.py
agenticx/integrations/mem0/llms/anthropic.py
agenticx/integrations/mem0/llms/aws_bedrock.py
agenticx/integrations/mem0/llms/azure_openai.py
agenticx/integrations/mem0/llms/azure_openai_structured.py
agenticx/integrations/mem0/llms/base.py
agenticx/integrations/mem0/llms/configs.py
agenticx/integrations/mem0/llms/deepseek.py
agenticx/integrations/mem0/llms/gemini.py
agenticx/integrations/mem0/llms/groq.py
agenticx/integrations/mem0/llms/langchain.py
agenticx/integrations/mem0/llms/litellm.py
agenticx/integrations/mem0/llms/lmstudio.py
agenticx/integrations/mem0/llms/ollama.py
agenticx/integrations/mem0/llms/openai.py
agenticx/integrations/mem0/llms/openai_structured.py
agenticx/integrations/mem0/llms/sarvam.py
agenticx/integrations/mem0/llms/together.py
agenticx/integrations/mem0/llms/vllm.py
agenticx/integrations/mem0/llms/xai.py
agenticx/integrations/mem0/memory/__init__.py
agenticx/integrations/mem0/memory/base.py
agenticx/integrations/mem0/memory/graph_memory.py
agenticx/integrations/mem0/memory/main.py
agenticx/integrations/mem0/memory/memgraph_memory.py
agenticx/integrations/mem0/memory/setup.py
agenticx/integrations/mem0/memory/storage.py
agenticx/integrations/mem0/memory/telemetry.py
agenticx/integrations/mem0/memory/utils.py
agenticx/integrations/mem0/proxy/__init__.py
agenticx/integrations/mem0/proxy/main.py
agenticx/integrations/mem0/utils/factory.py
agenticx/integrations/mem0/vector_stores/__init__.py
agenticx/integrations/mem0/vector_stores/azure_ai_search.py
agenticx/integrations/mem0/vector_stores/baidu.py
agenticx/integrations/mem0/vector_stores/base.py
agenticx/integrations/mem0/vector_stores/chroma.py
agenticx/integrations/mem0/vector_stores/configs.py
agenticx/integrations/mem0/vector_stores/elasticsearch.py
agenticx/integrations/mem0/vector_stores/faiss.py
agenticx/integrations/mem0/vector_stores/langchain.py
agenticx/integrations/mem0/vector_stores/milvus.py
agenticx/integrations/mem0/vector_stores/mongodb.py
agenticx/integrations/mem0/vector_stores/opensearch.py
agenticx/integrations/mem0/vector_stores/pgvector.py
agenticx/integrations/mem0/vector_stores/pinecone.py
agenticx/integrations/mem0/vector_stores/qdrant.py
agenticx/integrations/mem0/vector_stores/redis.py
agenticx/integrations/mem0/vector_stores/supabase.py
agenticx/integrations/mem0/vector_stores/upstash_vector.py
agenticx/integrations/mem0/vector_stores/vertex_ai_vector_search.py
agenticx/integrations/mem0/vector_stores/weaviate.py
agenticx/knowledge/__init__.py
agenticx/knowledge/base.py
agenticx/knowledge/config.py
agenticx/knowledge/document.py
agenticx/knowledge/extractor.py
agenticx/knowledge/knowledge.py
agenticx/knowledge/processing.py
agenticx/knowledge/chunkers/__init__.py
agenticx/knowledge/chunkers/agentic_chunker.py
agenticx/knowledge/chunkers/csv_row_chunker.py
agenticx/knowledge/chunkers/document_chunker.py
agenticx/knowledge/chunkers/fixed_size_chunker.py
agenticx/knowledge/chunkers/framework.py
agenticx/knowledge/chunkers/recursive_chunker.py
agenticx/knowledge/chunkers/semantic_chunker.py
agenticx/knowledge/graphers/__init__.py
agenticx/knowledge/graphers/builder.py
agenticx/knowledge/graphers/community.py
agenticx/knowledge/graphers/config.py
agenticx/knowledge/graphers/extractors.py
agenticx/knowledge/graphers/graphrag_constructor.py
agenticx/knowledge/graphers/models.py
agenticx/knowledge/graphers/neo4j_exporter.py
agenticx/knowledge/graphers/optimizer.py
agenticx/knowledge/graphers/schema_generator.py
agenticx/knowledge/graphers/spo_extractor.py
agenticx/knowledge/graphers/validators.py
agenticx/knowledge/readers/__init__.py
agenticx/knowledge/readers/csv_reader.py
agenticx/knowledge/readers/json_reader.py
agenticx/knowledge/readers/pdf_reader.py
agenticx/knowledge/readers/powerpoint_reader.py
agenticx/knowledge/readers/text_reader.py
agenticx/knowledge/readers/web_reader.py
agenticx/knowledge/readers/word_reader.py
agenticx/llms/__init__.py
agenticx/llms/bailian_provider.py
agenticx/llms/base.py
agenticx/llms/kimi_provider.py
agenticx/llms/litellm_provider.py
agenticx/llms/llm_factory.py
agenticx/llms/response.py
agenticx/memory/__init__.py
agenticx/memory/base.py
agenticx/memory/component.py
agenticx/memory/core_memory.py
agenticx/memory/episodic_memory.py
agenticx/memory/hierarchical.py
agenticx/memory/hybrid_search.py
agenticx/memory/knowledge_base.py
agenticx/memory/mcp_memory.py
agenticx/memory/mem0_memory.py
agenticx/memory/mem0_wrapper.py
agenticx/memory/memory_decay.py
agenticx/memory/semantic_memory.py
agenticx/memory/short_term.py
agenticx/memory/intelligence/__init__.py
agenticx/memory/intelligence/cache_manager.py
agenticx/memory/intelligence/memory_intelligence.py
agenticx/memory/intelligence/models.py
agenticx/memory/intelligence/pattern_analyzer.py
agenticx/memory/intelligence/retrieval_optimizer.py
agenticx/observability/__init__.py
agenticx/observability/analysis.py
agenticx/observability/callbacks.py
agenticx/observability/evaluation.py
agenticx/observability/logging.py
agenticx/observability/monitoring.py
agenticx/observability/trajectory.py
agenticx/observability/utils.py
agenticx/observability/websocket.py
agenticx/protocols/__init__.py
agenticx/protocols/client.py
agenticx/protocols/interfaces.py
agenticx/protocols/models.py
agenticx/protocols/server.py
agenticx/protocols/storage.py
agenticx/protocols/tools.py
agenticx/retrieval/__init__.py
agenticx/retrieval/agents.py
agenticx/retrieval/auto_retriever.py
agenticx/retrieval/base.py
agenticx/retrieval/bm25_retriever.py
agenticx/retrieval/graph_retriever.py
agenticx/retrieval/hybrid_retriever.py
agenticx/retrieval/reranker.py
agenticx/retrieval/tools.py
agenticx/retrieval/vector_retriever.py
agenticx/storage/__init__.py
agenticx/storage/base.py
agenticx/storage/errors.py
agenticx/storage/manager.py
agenticx/storage/migration.py
agenticx/storage/models.py
agenticx/storage/unified_manager.py
agenticx/storage/graph_storages/__init__.py
agenticx/storage/graph_storages/base.py
agenticx/storage/graph_storages/nebula.py
agenticx/storage/graph_storages/neo4j.py
agenticx/storage/key_value_storages/__init__.py
agenticx/storage/key_value_storages/base.py
agenticx/storage/key_value_storages/in_memory.py
agenticx/storage/key_value_storages/mongodb.py
agenticx/storage/key_value_storages/postgres.py
agenticx/storage/key_value_storages/redis.py
agenticx/storage/key_value_storages/sqlite.py
agenticx/storage/object_storages/__init__.py
agenticx/storage/object_storages/azure.py
agenticx/storage/object_storages/base.py
agenticx/storage/object_storages/gcs.py
agenticx/storage/object_storages/s3.py
agenticx/storage/vectordb_storages/__init__.py
agenticx/storage/vectordb_storages/base.py
agenticx/storage/vectordb_storages/chroma.py
agenticx/storage/vectordb_storages/faiss.py
agenticx/storage/vectordb_storages/milvus.py
agenticx/storage/vectordb_storages/pgvector.py
agenticx/storage/vectordb_storages/pinecone.py
agenticx/storage/vectordb_storages/qdrant.py
agenticx/storage/vectordb_storages/weaviate.py
agenticx/tools/__init__.py
agenticx/tools/base.py
agenticx/tools/builtin.py
agenticx/tools/credentials.py
agenticx/tools/executor.py
agenticx/tools/function_tool.py
agenticx/tools/mineru.py
agenticx/tools/remote.py
agenticx/tools/security.py
agenticx/tools/intelligence/__init__.py
agenticx/tools/intelligence/assembler.py
agenticx/tools/intelligence/engine.py
agenticx/tools/intelligence/history.py
agenticx/tools/intelligence/models.py