AgenticX is a unified, production-ready multi-agent platform — Python SDK + CLI (agx) + Studio server + Machi desktop app. Features Meta-Agent orchestration, 15+ LLM providers, MCP Hub, hierarchical memory, avatar & group chat, skill ecosystem, safety sandbox, and IM gateway (Feishu/WeChat).
Drift inferred · capture-to-capture
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret, dynamic code execution ×2 in DemonDamon/AgenticX
- HIGH code analysis flagged committed secret ×2, dynamic code execution ×15 in DemonDamon/AgenticX
transport stdio · streamable-http · http counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit de771f7 · analyzer v32 · 41m ago
skills & prompt files 23
- skill DemonDamon-AgenticX-de771f7/.cursor/skills/code-deep-research/SKILL.md
- skill DemonDamon-AgenticX-de771f7/.cursor/skills/code-module-summaries/SKILL.md
- agent-rules DemonDamon-AgenticX-de771f7/AGENTS.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-a2a-connector/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-agent-builder/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-automation-crontask/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-deployer/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-memory-architect/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-query-data-source/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-quickstart/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-skill-manager/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-tool-creator/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/agenticx-workflow-designer/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/bundled/code-dev-workflow/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/bundled/feature-loop/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/bundled/project-initializer/SKILL.md
- skill DemonDamon-AgenticX-de771f7/agenticx/skills/bundled/skill-creator/SKILL.md
- agent-rules DemonDamon-AgenticX-de771f7/docs/api/agents.md
- agent-rules DemonDamon-AgenticX-de771f7/docs/concepts/agent.md
- skill DemonDamon-AgenticX-de771f7/examples/agenticx-for-delivery/skills/b2b-desktop-design-system/SKILL.md
- skill DemonDamon-AgenticX-de771f7/examples/agenticx-for-delivery/skills/playwright-uitest/SKILL.md
- skill DemonDamon-AgenticX-de771f7/examples/agenticx-for-delivery/skills/requirement-decompose/SKILL.md
- skill DemonDamon-AgenticX-de771f7/examples/agenticx-for-delivery/skills/scaffold-vite-react/SKILL.md
danger signals21
- dynamic code execution eval()/exec() DemonDamon-AgenticX-de771f7/agenticx/core/code_action_executor.py :87
exec(code, g, l) - dynamic code execution eval()/exec() DemonDamon-AgenticX-de771f7/agenticx/core/executor.py :265
exec(code, exec_globals, exec_locals) - dynamic code execution __import__() DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/vector_stores/configs.py :41
module = __import__( - dynamic code execution __import__ sink DemonDamon-AgenticX-de771f7/agenticx/longrun/studio_routes.py :80
linear_key = str(cfg.linear_api_key or "").strip() or __import__("os").environ.get( - dynamic code execution eval()/exec() DemonDamon-AgenticX-de771f7/agenticx/memory/intelligence/memory_intelligence.py :293
return eval(rule.condition, {"__builtins__": {}}, context) - dynamic code execution __import__ sink DemonDamon-AgenticX-de771f7/agenticx/studio/voice_endpoints.py :349
openai_ready = bool(ak) or bool(str(__import__("os").environ.get("OPENAI_API_KEY", "") or "").strip()) - dynamic code execution __import__() DemonDamon-AgenticX-de771f7/agenticx/tools/executor.py :136
return __import__(name, globals, locals, fromlist, level) - dynamic code execution eval()/exec() DemonDamon-AgenticX-de771f7/agenticx/tools/executor.py :159
exec(code, safe_globals, local_vars) - dynamic code execution __import__() DemonDamon-AgenticX-de771f7/agenticx/tools/skill_execution_backend.py :138
return builtins.__import__(name, *args, **kw) - dynamic code execution eval()/exec() DemonDamon-AgenticX-de771f7/agenticx/tools/skill_execution_backend.py :144
exec(code, exec_globals) # noqa: S102 - dynamic code execution eval()/exec() DemonDamon-AgenticX-de771f7/tests/test_e2e_agent_tools.py :84
result = eval(expression) - dynamic code execution eval()/exec() DemonDamon-AgenticX-de771f7/tests/test_mcp_server_demo.py :181
result = eval(expression) - dynamic code execution eval()/exec() DemonDamon-AgenticX-de771f7/tests/test_smoke_agno_performance.py :216
return str(eval(expression)) # 简化实现 - dynamic code execution __import__() DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_guidance.py :26
block = __import__( - dynamic code execution __import__ sink DemonDamon-AgenticX-de771f7/tests/test_smoke_longrun_primitives.py :50
__import__("os").name == "nt", - suspicious endpoint us.i.posthog.com (telemetry) DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/memory/telemetry.py :13
HOST = "https://us.i.posthog.com" - committed secret Anthropic key DemonDamon-AgenticX-de771f7/.cursor/plans/2026-03-06-ironclaw-safety-layer.plan.md :95
sk-ant…(75 chars, redacted) - committed secret OpenAI key DemonDamon-AgenticX-de771f7/agenticx/configs/knowledge_graphers_config.yml :6
sk-99a…(35 chars, redacted) - committed secret OpenAI key DemonDamon-AgenticX-de771f7/examples/env_template.txt :6
sk-jQ0…(51 chars, redacted) - committed secret OpenAI key DemonDamon-AgenticX-de771f7/examples/m3_embeddings_demo.py :115
sk-jQ0…(51 chars, redacted) - committed secret Anthropic key DemonDamon-AgenticX-de771f7/tests/test_safety_leak_detector.py :63
sk-ant…(75 chars, redacted)
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 3168
filesystem 400
- fs (weak) DemonDamon-AgenticX-de771f7/.cursor/skills/code-module-summaries/scripts/scan_changes.py :20
from pathlib import Path, PurePosixPath - fs (weak) DemonDamon-AgenticX-de771f7/.cursor/skills/code-module-summaries/tests/test_scan_changes.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/__init__.py :2
from pathlib import Path as _Path - fs DemonDamon-AgenticX-de771f7/agenticx/avatar/group_chat.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/avatar/registry.py :12
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/brain/registry.py :8
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/brain/routes.py :7
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/brain/runtime_code.py :5
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/brain/runtime_docs.py :5
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/brain/wiki_compiler.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/brain/wiki_graph.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/brain/wiki_ops.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cc_bridge/session_manager.py :17
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/agent_tools.py :19
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/cli/client.py :14
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/codegen_engine.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/config_manager.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/deploy.py :11
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/cli/docs.py :10
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/cli/generate_commands.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/hooks_commands.py :8
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/main.py :19
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/mcp_discovery.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/scaffold.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/skills_commands.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/studio.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/studio_mcp.py :13
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/cli/tools.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/cli/volcengine_commands.py :12
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/code_index/backends/base.py :6
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/code_index/backends/native_backend.py :5
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/code_index/backends/semble_backend.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/code_index/manager.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/code_index/tools.py :6
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/core/agent_builder.py :15
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/core/agent_executor.py :4
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/core/code_action_executor.py :72
banned = ["import ", "__", "eval(", "exec(", "open(", "os.", "sys."] - fs DemonDamon-AgenticX-de771f7/agenticx/core/config_watcher.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/core/context_compiler.py :18
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/core/executor.py :225
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/core/hooks/tool_hooks.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/core/interruption.py :23
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/core/marketplace.py :11
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/core/offload/file_offloader.py :17
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/core/registry.py :357
with open(file_path, 'w') as f: - fs DemonDamon-AgenticX-de771f7/agenticx/core/security.py :399
with open(file_path, 'w') as f: - fs DemonDamon-AgenticX-de771f7/agenticx/delivery/bootstrap.py :10
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/delivery/config.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/delivery/orchestrator.py :11
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/delivery/plan_mdc.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/delivery/stages.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/delivery/store.py :14
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/delivery/worktree.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/deploy/components/volcengine/component.py :16
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/deploy/components/volcengine/config_generator.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/deploy/components/volcengine/dockerfile_generator.py :14
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/deploy/components/volcengine/wrapper.py :300
with open(output_path, 'w', encoding='utf-8') as f: - fs DemonDamon-AgenticX-de771f7/agenticx/deploy/config.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/deploy/credentials.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/evaluation/evalset.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/evaluation/runner.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/evaluation/trace_converter.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/extensions/bundle.py :57
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/extensions/installer.py :25
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/extensions/registry_hub.py :37
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/extensions/skill_watcher.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/extensions/skillhub_adapter.py :15
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/flow/execution_plan_manager.py :123
with open(self._get_path(session_id), "w", encoding="utf-8") as f: - fs DemonDamon-AgenticX-de771f7/agenticx/gateway/adapters/wechat_ilink.py :18
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/gateway/app.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/gateway/config.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/gateway/feishu_longconn.py :65
raw = open(_PORT_FILE).read().strip() - fs DemonDamon-AgenticX-de771f7/agenticx/gateway/user_device_map.py :14
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/__init__.py :99
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/bundled/agent_metrics/handler.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/bundled/command_logger/handler.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/bundled/session_checkpoint/handler.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/bundled/session_evaluator/handler.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/bundled/session_memory/handler.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/config.py :10
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/declarative.py :444
with open(filepath, "r", encoding="utf-8") as f: - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/frontmatter.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/list_api.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/loader.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/hooks/status.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/memory/setup.py :17
with open(config_path, "w") as config_file: - fs DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/vector_stores/faiss.py :7
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/vector_stores/qdrant.py :3
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/base.py :6
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/config.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/document.py :7
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/extractor.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/graphers/models.py :486
with open(file_path, 'w', encoding='utf-8') as f: - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/graphers/neo4j_exporter.py :304
with open(output_path, 'w', encoding='utf-8') as f: - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/graphers/schema_generator.py :22
with open(base_schema_path, 'r', encoding='utf-8') as f: - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/knowledge.py :6
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/processing.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/__init__.py :4
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/csv_reader.py :7
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/json_reader.py :6
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/pdf_reader.py :5
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/powerpoint_reader.py :5
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/text_reader.py :5
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/web_reader.py :5
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/word_reader.py :5
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/analyzer.py :18
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/config.py :29
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/drift_detector.py :13
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/learning/gepa_proposer.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/instinct_store.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/observer.py :19
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/session_review_hook.py :20
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/skill_condition_filter.py :27
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/skill_deprecation.py :16
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/skill_quality_gate.py :25
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/learning/skill_usage_tracker.py :19
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/llms/auth_profile.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/longrun/bootstrap.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/longrun/orchestrator.py :14
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/longrun/sources/project_feature_source.py :14
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/longrun/task_hooks.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/longrun/task_workspace.py :10
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/memory/graph/config.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/memory/graph/graph_rebuild.py :22
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/memory/graph/graph_recovery.py :18
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/memory/graph/pins.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/memory/graph/status.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/memory/graph/store.py :782
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/memory/message_timestamp_backfill.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/memory/recall.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/memory/session_store.py :16
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/memory/timestamp_pollution_repair.py :27
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/memory/turn_archive_config.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/memory/workspace_memory.py :17
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/observability/evaluation.py :634
with open(filename, 'w', encoding='utf-8') as f: - fs DemonDamon-AgenticX-de771f7/agenticx/observability/gaia_adapter.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/observability/gaia_exporter.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/observability/gaia_loader.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/observability/gaia_validator.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/observability/logging.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/observability/mineru/health_check.py :14
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/observability/monitoring.py :456
with open(filename, 'w', encoding='utf-8') as f: - fs DemonDamon-AgenticX-de771f7/agenticx/observability/utils.py :18
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/presets.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/project_state/init_script.py :9
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/project_state/progress.py :35
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/project_state/prompts.py :14
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/project_state/store.py :17
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/project_state/tools.py :15
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/project_state/verify.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/_automation_tasks_io.py :22
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/agent_runtime.py :17
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/code_outline.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/code_read_cache.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/file_state.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/global_mcp_state.py :23
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/graph/store.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/hooks/memory_hook.py :14
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/loop_detector.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/meta_tools.py :18
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/prompts/code_mode.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/prompts/meta_agent.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/session_summary_store.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/subagent_runs/store.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/team_manager.py :18
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/todo_disk_reconcile.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/tool_result_budget.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/truncated_final.py :35
"""True when common markdown delimiters are left open (strong cut signal).""" - fs DemonDamon-AgenticX-de771f7/agenticx/runtime/usage_store.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/audit.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/backends/docker.py :22
import shutil - fs (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/backends/microsandbox.py :498
with open({repr(path)}, 'r') as f: - fs (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/backends/remote.py :241
f"with open({repr(path)}) as f: print(f.read(), end='')", - fs (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/backends/subprocess.py :25
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/base.py :503
import shutil - fs (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/template.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/server/user_manager.py :17
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/sessions/write_lock.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/__init__.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/frontmatter.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/guard.py :27
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/guard_classify.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/guard_engine.py :16
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/guard_report.py :11
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/guard_v1.py :10
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/import_repo.py :15
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/pending_queue.py :11
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/skills/registry.py :23
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/skill_versions.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/skills/snapshot.py :15
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/skills/versioning.py :18
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/storage/mineru/models.py :6
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/storage/mineru/registry.py :5
import shutil - fs DemonDamon-AgenticX-de771f7/agenticx/storage/mineru/renderer.py :6
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/storage/mineru/validator.py :6
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/storage/mineru/visualizer.py :6
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/storage/object_storages/azure.py :7
from pathlib import Path, PurePath - fs DemonDamon-AgenticX-de771f7/agenticx/storage/object_storages/base.py :8
from pathlib import Path, PurePath - fs DemonDamon-AgenticX-de771f7/agenticx/storage/object_storages/gcs.py :7
from pathlib import Path, PurePath - fs DemonDamon-AgenticX-de771f7/agenticx/storage/object_storages/s3.py :7
from pathlib import Path, PurePath - fs DemonDamon-AgenticX-de771f7/agenticx/storage/unified_manager.py :14
from pathlib import Path, PurePath - fs DemonDamon-AgenticX-de771f7/agenticx/storage/vectordb_storages/faiss.py :45
with open(f"{self.index_path}.pkl", "rb") as f: - fs DemonDamon-AgenticX-de771f7/agenticx/studio/chat_attachments.py :15
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/studio/code_index/routes.py :7
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/studio/context_file_hydration.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/studio/kb/fts_index.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/studio/kb/ingest_cache.py :12
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/studio/kb/manager.py :13
from pathlib import Path - fs DemonDamon-AgenticX-de771f7/agenticx/studio/kb/routes.py :14
import shutil - fs (weak) DemonDamon-AgenticX-de771f7/desktop/scripts/sync-tray-icon.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/enterprise/plugins/tool-doc-review/tests/conftest.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/enterprise/plugins/tool-doc-review/tests/test_eval_metrics.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/enterprise/plugins/tool-doc-review/tests/test_format_checks.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/enterprise/scripts/perf/aggregate_baseline.py :8
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-docparser/agents/document_parser.py :13
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-docparser/main.py :16
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-guiagent/gui-agent-research/researches/MAI-UI/trainer/data/data_processor.py :37
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-intent-recognition/analyze_data_directory.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-intent-recognition/list_structure.py :44
with open(output_filepath, 'w', encoding='utf-8') as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-intent-recognition/tests/test_m6_data_management.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-intent-recognition/tests/test_m6_simple.py :34
os.remove(self.db_path) - fs (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-intent-recognition/tools/data_management/data_loader.py :34
with open(file_path, 'r', encoding='utf-8') as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-sandbox/opensandbox_style_example.py :125
with open('/tmp/data.json', 'r') as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/chat_with_bailian.py :19
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/chat_with_kimi.py :18
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/llm_chat_example.py :15
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/m10_observability_demo.py :356
with open("demo_prometheus_metrics.txt", "w") as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/m15_retrieval_demo.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/m5_agent_demo.py :99
with open(filename, "a", encoding="utf-8") as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/m5_multi_agent_demo.py :129
with open(f"{title.lower().replace(' ', '_')}_report.md", "w", encoding="utf-8") as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/m6_agent_demo.py :99
with open(filename, "a", encoding="utf-8") as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/m6_multi_agent_demo.py :129
with open(f"{title.lower().replace(' ', '_')}_report.md", "w", encoding="utf-8") as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/m7_m8_comprehensive_demo.py :273
with open(report_filename, "w", encoding="utf-8") as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/m8_m9_simple_demo.py :123
with open(filename, "w", encoding="utf-8") as f: - fs (weak) DemonDamon-AgenticX-de771f7/examples/mem0_healthcare_example.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/simple_chat_agent/serve.py :19
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/simple_chat_agent/test_api.py :20
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/simple_storage_demo.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/examples/unified_storage_demo.py :16
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/scripts/backfill_message_timestamps.py :16
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/scripts/measure_tool_loop_context.py :28
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/scripts/prepare_gaia_level_dataset.py :12
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/scripts/run_gaia_benchmark.py :15
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/scripts/verify_production_infrastructure.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/brain/test_registry_mount.py :6
import shutil - fs (weak) DemonDamon-AgenticX-de771f7/tests/cli/test_mcp_discovery.py :3
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/cli/test_mcp_schema.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/code_index/conftest.py :6
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/code_index/eval/run_eval.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/code_index/test_semble_smoke.py :7
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/conftest.py :24
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/demo_e2e_test.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/e2e/test_e2e_auth_rotation.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/e2e/test_e2e_config_hot_reload.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/e2e/test_e2e_skill_lifecycle.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/sandbox/test_template.py :7
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/server/test_redis_distributed.py :23
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/studio/test_mcp_discovery_api.py :3
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/studio/test_mcp_marketplace_api.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/studio/test_mcp_raw_api.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_adk_enhancements.py :21
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_agent_tools.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_assistant_output_parser.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_backfill_message_timestamps.py :6
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_cc_bridge_cwd_resolution.py :6
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_cc_bridge_http.py :10
import shutil - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_chat_attachments.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_chat_barge_in_completion.py :143
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_cli_config_manager.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_cli_studio.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_context_file_hydration.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_deepseek_interactive.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_default_session_workspace.py :6
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_drift_detector.py :5
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_e2e_agent_tools.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_embeddings_bailian.py :13
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_gaia_exporter.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_gaia_loader.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_gaia_validator.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_gateway_connect.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_gateway_models.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_gepa_proposer.py :6
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_global_mcp_manager.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_ha_checkpoint_resume.py :19
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_ha_scheduler_leader.py :17
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_ha_storage_backend.py :18
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_interruption.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_kb_agent_tool.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_kb_routes.py :16
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_kb_runtime.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_llm_provider_resolver.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_longrun_orchestrator.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_m4_tool_intelligence.py :43
os.unlink(temp_file.name) # 删除文件,只保留路径 - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_m9_observability.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_mcp_config_entry_level_tolerance.py :16
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_mcp_discovery.py :3
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_mcp_discovery_api.py :3
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_mcp_marketplace_api.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_mcp_raw_api.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_mcp_schema.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_mcp_server_demo.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_memory_append_tool.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_memory_workspace_entry_api.py :12
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_meta_group_tools.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_native_connector_prompt.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_near_stuck_prevention.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_pending_queue.py :6
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_reasoning_chain_persistence.py :12
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_recall_chunk_reinforce.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_recall_with_turns.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_remote_tools_complete.py :12
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_sandbox_audit.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_sandbox_remote.py :8
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_scratchpad.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_session_manager_persistence.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_session_store.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_session_text_context_materialize.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_session_text_context_rehydrate.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_skill_freeze.py :7
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_skill_guard_cls_patterns.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_skill_import_repo.py :7
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_skill_manage_multi_match.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_skill_manage_preview_apply.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_skill_manage_rollback.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_skill_snapshot.py :6
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_agentkit_config_generator.py :12
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_agentkit_dockerfile_generator.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_agentkit_volcengine_component.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_avatar_workspace.py :13
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_bash_exec_output_hint.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_bash_exec_redirect.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_cc_stability_m3.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_cc_stability_m4.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_cherry_studio_agents_skills.py :5
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_cherry_studio_preset.py :5
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_cherry_studio_skills_sync.py :5
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_code_outline.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_create_avatar_tool.py :13
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_current_time_grounding.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_data_source_skill_discipline.py :8
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_delivery_loop.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_gaia_e2e.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_graph_intervene.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_graph_runtime_store.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_graph_scheduler_dag.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_graph_session_id_binding.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_group_a2a_graph_edges.py :5
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_analyzer.py :12
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_condition_filter.py :12
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_guard.py :12
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_learning_config.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_observer.py :15
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_phase3_wiring.py :12
import shutil - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_session_fts.py :5
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_session_review.py :13
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_session_search.py :6
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_skill_guard.py :5
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_skill_manage.py :7
import shutil - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_usage_tracker.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_versioning.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_kb_hybrid.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_longrun_primitives.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_mcp_basic_integration.py :13
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_mcp_persistent_session.py :16
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_mcp_sampling.py :13
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_memory_append_routing.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_memory_forget.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_memory_graph_recovery.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_memory_recall_bridge.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_memory_subject_resolve.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_nexu_atomic_session.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_nexu_atomic_writer.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_nexu_skill_metadata.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_nexu_skill_watcher.py :11
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openclaw_auth_profile.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openclaw_config_watcher.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openclaw_hooks_system.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openclaw_hooks_template.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openclaw_policy_hot_reload.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openclaw_session_write_lock.py :7
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openclaw_skill_gate.py :56
import shutil - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openclaw_skill_registry.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openharness_features.py :15
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_opensandbox.py :20
import shutil - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openskills_skill_bundle.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_owl_unified_document.py :15
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_project_state.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_skill_conflict_resolution.py :6
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_skill_custom_path_enabled.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_skill_write_autoheal.py :8
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_subagent_completion.py :1
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_subagent_review_api.py :12
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_subagent_run_store.py :14
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_subject_prompt_injection.py :9
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_swe_agent_bash_guard.py :4
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_swe_agent_shell_bundle.py :3
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_swe_agent_state_sidecar.py :2
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_trinity_instinct.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_trinity_session_summary.py :10
from pathlib import Path - fs (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_trinity_skill_protocol.py :10
from pathlib import Path
shell / exec 45
- shell (weak) DemonDamon-AgenticX-de771f7/.cursor/skills/code-module-summaries/scripts/scan_changes.py :14
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/.cursor/skills/code-module-summaries/tests/test_scan_changes.py :9
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/cc_bridge/session_manager.py :12
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/cli/agent_tools.py :20
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/cli/client.py :12
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/cli/deploy.py :12
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/cli/generate_commands.py :11
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/cli/studio.py :15
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/cli/studio_mcp.py :14
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/cli/volcengine_commands.py :13
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/core/executor.py :22
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/delivery/worktree.py :10
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/deploy/components/volcengine/component.py :301
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/extensions/skillhub_adapter.py :16
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/embeddings/ollama.py :1
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/proxy/main.py :2
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/word_reader.py :70
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/memory/graph/deps.py :12
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/memory/graph/episode_delete.py :17
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/project_state/verify.py :10
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/studio/server.py :19
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/tools/base.py :150
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/tools/builtin.py :10
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/tools/executor.py :103
"import os", "import sys", "import subprocess", - shell DemonDamon-AgenticX-de771f7/agenticx/tools/lsp_manager.py :21
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/tools/mineru.py :406
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/tools/remote.py :12
import subprocess - shell DemonDamon-AgenticX-de771f7/agenticx/tools/shell_bundle.py :14
import subprocess - shell DemonDamon-AgenticX-de771f7/deploy/test_connectivity.py :11
import subprocess - shell DemonDamon-AgenticX-de771f7/deploy/test_neo4j.py :108
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/enterprise/plugins/tool-doc-review/tests/test_eval_metrics.py :41
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-sandbox/sandbox_demo.py :91
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/scripts/run_gaia_benchmark.py :11
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/code_index/eval/run_eval.py :12
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/direct_mcp_test.py :2
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/integration/containers.py :29
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/test_browser_use_preflight.py :5
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_agentscope_react_facade.py :25
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_agx_fc_react_agent.py :15
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_hermes_agent_guard.py :69
self._write_skill(skill_dir, 'eval("os.system(\'rm -rf /\')")') - shell (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_mcp_persistent_session.py :30
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_security_hardening.py :69
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_spring_ai_containers.py :16
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/test_video_frames_adapter.py :9
import subprocess - shell (weak) DemonDamon-AgenticX-de771f7/tests/test_video_understand_tool.py :9
import subprocess
network 72
- net DemonDamon-AgenticX-de771f7/agenticx/avatar/portrait.py :19
import urllib.error - net DemonDamon-AgenticX-de771f7/agenticx/cc_bridge/settings.py :12
from urllib.parse import urlparse - net DemonDamon-AgenticX-de771f7/agenticx/cli/agent_tools.py :27
from urllib.parse import urlparse - net DemonDamon-AgenticX-de771f7/agenticx/cli/studio_mcp.py :74
"""Walk ``__cause__`` so nested errors (e.g. ToolError from httpx) stay visible.""" - net DemonDamon-AgenticX-de771f7/agenticx/core/marketplace.py :20
from urllib.parse import urlparse - net DemonDamon-AgenticX-de771f7/agenticx/data_sources/plugins/imf_plugin.py :11
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/data_sources/plugins/world_bank_plugin.py :12
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/embeddings/bailian.py :2
import aiohttp # type: ignore[import-untyped] - net DemonDamon-AgenticX-de771f7/agenticx/embeddings/siliconflow.py :1
import requests # type: ignore[import-untyped] - net DemonDamon-AgenticX-de771f7/agenticx/extensions/registry_hub.py :198
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/gateway/adapters/feishu.py :14
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/gateway/adapters/wechat_ilink.py :23
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/gateway/adapters/wecom.py :14
from urllib.parse import parse_qs - net DemonDamon-AgenticX-de771f7/agenticx/gateway/client.py :18
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/gateway/feishu_longconn.py :27
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/hooks/bundled/pre_tool_guard/handler.py :16
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/hooks/declarative.py :247
import httpx # noqa: WPS433 - lazy import to avoid hard dependency - net DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/client/main.py :8
import httpx # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/configs/embeddings/base.py :4
import httpx # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/configs/llms/base.py :4
import httpx # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/sarvam.py :2
import requests # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/proxy/main.py :7
import httpx # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/knowledge/readers/web_reader.py :7
from urllib.parse import urlparse - net DemonDamon-AgenticX-de771f7/agenticx/llms/bailian_provider.py :4
import requests # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/llms/litellm_provider.py :92
from urllib.parse import urlparse - net DemonDamon-AgenticX-de771f7/agenticx/longrun/sources/linear_source.py :12
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/observability/mineru/health_check.py :23
import requests # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/protocols/client.py :13
import httpx # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/protocols/server.py :14
import httpx # type: ignore - net (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/backends/microsandbox.py :181
import aiohttp # type: ignore[import-untyped] - net (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/backends/remote.py :73
import aiohttp - net (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/execd.py :26
from urllib.parse import urljoin, urlencode - net (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/mcp_gateway/client.py :6
``/mcps/{name}/tools``, ``/mcps/{name}/tools/{tool}``). An ``httpx.AsyncClient`` - net DemonDamon-AgenticX-de771f7/agenticx/skills/import_repo.py :12
import urllib.error - net DemonDamon-AgenticX-de771f7/agenticx/skills/registry.py :26
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/studio/automation_scheduler.py :198
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/studio/chat_attachments.py :17
from urllib.parse import unquote_to_bytes - net DemonDamon-AgenticX-de771f7/agenticx/studio/kb/runtime.py :1378
# collected), and hits "Event loop is closed" inside aiohttp. Reset the - net DemonDamon-AgenticX-de771f7/agenticx/studio/references.py :11
from urllib.parse import urlparse - net DemonDamon-AgenticX-de771f7/agenticx/studio/server.py :29
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/studio/voice_endpoints.py :20
import httpx - net DemonDamon-AgenticX-de771f7/agenticx/studio/web_search/providers.py :13
from urllib.parse import parse_qs, unquote, urlparse - net DemonDamon-AgenticX-de771f7/agenticx/tools/adapters/vlm_client.py :10
import aiohttp # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/tools/builtin.py :15
import requests # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/tools/document_routers.py :13
from urllib.parse import urlparse - net DemonDamon-AgenticX-de771f7/agenticx/tools/html_extractor.py :11
from urllib.parse import urljoin, urlparse - net DemonDamon-AgenticX-de771f7/agenticx/tools/lsp_manager.py :24
from urllib.parse import quote, unquote, urlparse - net DemonDamon-AgenticX-de771f7/agenticx/tools/mineru.py :19
from urllib.parse import urlparse - net DemonDamon-AgenticX-de771f7/agenticx/tools/openapi_toolset.py :12
from urllib.parse import urljoin - net DemonDamon-AgenticX-de771f7/agenticx/tools/remote.py :915
import aiohttp # type: ignore - net DemonDamon-AgenticX-de771f7/agenticx/tools/remote_v2.py :23
from urllib.parse import urlparse - net DemonDamon-AgenticX-de771f7/deploy/test_connectivity.py :12
import requests - net (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-docparser/agents/document_parser.py :20
import aiohttp - net (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-sandbox/sandbox_demo.py :196
import aiohttp - net (weak) DemonDamon-AgenticX-de771f7/examples/simple_chat_agent/test_api.py :157
import httpx - net (weak) DemonDamon-AgenticX-de771f7/tests/e2e/test_e2e_skill_lifecycle.py :76
"agenticx.skills.registry.httpx.Client", - net (weak) DemonDamon-AgenticX-de771f7/tests/fixtures/mock_sse_mcp.py :13
import socket - net (weak) DemonDamon-AgenticX-de771f7/tests/fixtures/mock_streamable_http_mcp.py :15
import socket - net (weak) DemonDamon-AgenticX-de771f7/tests/integration/containers.py :30
import socket - net (weak) DemonDamon-AgenticX-de771f7/tests/sandbox/test_microsandbox.py :157
with patch('aiohttp.ClientSession') as mock_session_class: - net (weak) DemonDamon-AgenticX-de771f7/tests/test_agent_tools.py :220
import httpx - net (weak) DemonDamon-AgenticX-de771f7/tests/test_avatar_portrait.py :74
with patch("agenticx.avatar.portrait.urllib.request.urlopen", return_value=_Resp()): - net (weak) DemonDamon-AgenticX-de771f7/tests/test_sandbox_remote.py :29
import urllib.request - net (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_agentscope_mcp_gateway.py :22
import httpx - net (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_bailian_streaming.py :107
with patch("agenticx.llms.bailian_provider.requests.post", return_value=mock_response): - net (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_group_reattach_hub.py :414
import httpx - net (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_openclaw_skill_registry.py :81
"agenticx.skills.registry.httpx.Client", - net (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_spring_ai_containers.py :17
import socket - net (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_trinity_skill_protocol.py :63
monkeypatch.setattr("agenticx.skills.registry.httpx.Client", _DummyClient) - net (weak) DemonDamon-AgenticX-de771f7/tests/test_view_image_tool.py :90
monkeypatch.setattr("httpx.AsyncClient", _Client) - net (weak) DemonDamon-AgenticX-de771f7/tests/test_voice_transcribe.py :107
monkeypatch.setattr("agenticx.studio.voice_endpoints.httpx.AsyncClient", _FakeClient) - net (weak) DemonDamon-AgenticX-de771f7/tests/test_web_fetch_tool.py :65
monkeypatch.setattr("httpx.AsyncClient", _Client)
secrets 62
- secrets DemonDamon-AgenticX-de771f7/agenticx/cc_bridge/http_app.py :24
return os.environ.get("CC_BRIDGE_TOKEN", "").strip() - secrets DemonDamon-AgenticX-de771f7/agenticx/cc_bridge/settings.py :69
env_tok = os.environ.get("AGX_CC_BRIDGE_TOKEN", "").strip() - secrets DemonDamon-AgenticX-de771f7/agenticx/cli/cc_bridge_commands.py :32
os.environ["CC_BRIDGE_TOKEN"] = token.strip() - secrets DemonDamon-AgenticX-de771f7/agenticx/cli/config_manager.py :249
if os.getenv("OPENAI_API_KEY") and not providers.get("openai", {}).get("api_key"): - secrets DemonDamon-AgenticX-de771f7/agenticx/cli/deploy.py :731
llm = OpenAIProvider(api_key=os.getenv("OPENAI_API_KEY")) - secrets DemonDamon-AgenticX-de771f7/agenticx/cli/main.py :581
os.environ["AGX_DESKTOP_TOKEN"] = token - secrets DemonDamon-AgenticX-de771f7/agenticx/cli/scaffold.py :429
api_key=os.getenv("OPENAI_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/cli/volcengine_commands.py :240
"Set" if os.getenv("MODEL_AGENT_API_KEY") else "[dim]Not set[/dim]" - secrets DemonDamon-AgenticX-de771f7/agenticx/delivery/config.py :71
figma_env = os.getenv("FIGMA_API_KEY") or os.getenv("FIGMA_TOKEN") - secrets DemonDamon-AgenticX-de771f7/agenticx/deploy/components/volcengine/wrapper.py :340
api_key=os.getenv("MODEL_AGENT_API_KEY"), - secrets DemonDamon-AgenticX-de771f7/agenticx/gateway/client.py :81
token = str(gw.get("token") or os.getenv("AGX_GATEWAY_TOKEN") or "").strip() - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/agentkit/a2a_app_adapter.py :132
api_key=os.getenv("MODEL_AGENT_API_KEY"), - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/agentkit/veadk_bridge.py :206
return os.getenv("MODEL_AGENT_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/client/main.py :85
self.api_key = api_key or os.getenv("MEM0_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/configs/vector_stores/upstash_vector.py :28
token = values.get("token") or os.environ.get("UPSTASH_VECTOR_REST_TOKEN") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/embeddings/aws_bedrock.py :29
aws_secret_key = os.environ.get("AWS_SECRET_ACCESS_KEY", "") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/embeddings/azure_openai.py :14
api_key = self.config.azure_kwargs.api_key or os.getenv("EMBEDDING_AZURE_OPENAI_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/embeddings/gemini.py :18
api_key = self.config.api_key or os.getenv("GOOGLE_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/embeddings/openai.py :18
api_key = self.config.api_key or os.getenv("OPENAI_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/embeddings/together.py :15
api_key = self.config.api_key or os.getenv("TOGETHER_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/embeddings/vertexai.py :26
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = credentials_path - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/anthropic.py :20
api_key = self.config.api_key or os.getenv("ANTHROPIC_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/aws_bedrock.py :34
aws_secret_key = os.environ.get("AWS_SECRET_ACCESS_KEY", "") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/azure_openai.py :20
api_key = self.config.azure_kwargs.api_key or os.getenv("LLM_AZURE_OPENAI_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/azure_openai_structured.py :18
api_key = os.getenv("LLM_AZURE_OPENAI_API_KEY") or self.config.azure_kwargs.api_key - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/deepseek.py :19
api_key = self.config.api_key or os.getenv("DEEPSEEK_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/gemini.py :21
api_key = self.config.api_key or os.getenv("GOOGLE_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/groq.py :22
api_key = self.config.api_key or os.getenv("GROQ_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/openai.py :20
if os.environ.get("OPENROUTER_API_KEY"): # Use OpenRouter - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/openai_structured.py :17
api_key = self.config.api_key or os.getenv("OPENAI_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/sarvam.py :17
self.api_key = self.config.api_key or os.getenv("SARVAM_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/together.py :22
api_key = self.config.api_key or os.getenv("TOGETHER_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/vllm.py :19
self.config.api_key = self.config.api_key or os.getenv("VLLM_API_KEY") or "vllm-api-key" - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/llms/xai.py :17
api_key = self.config.api_key or os.getenv("XAI_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/vector_stores/pinecone.py :59
api_key = api_key or os.environ.get("PINECONE_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/llms/ark_provider.py :119
os.getenv("MODEL_AGENT_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/longrun/studio_routes.py :67
desktop_token = os.getenv("AGX_DESKTOP_TOKEN", "").strip() - secrets DemonDamon-AgenticX-de771f7/agenticx/memory/graph/clients.py :117
api_key = llm_pc.api_key or os.environ.get("OPENAI_API_KEY") or "not-set" - secrets (weak) DemonDamon-AgenticX-de771f7/agenticx/sandbox/backends/microsandbox.py :115
self._api_key = api_key or os.environ.get("MSB_API_KEY") - secrets DemonDamon-AgenticX-de771f7/agenticx/server/auth.py :34
return os.environ.get("AGENTICX_JWT_SECRET", "agenticx-dev-secret-change-in-production") - secrets DemonDamon-AgenticX-de771f7/agenticx/server/user_manager.py :43
self._jwt_secret = jwt_secret or os.environ.get("AGENTICX_JWT_SECRET", "agenticx-dev-secret-change-in-production") - secrets DemonDamon-AgenticX-de771f7/agenticx/skills/registry.py :266
self.write_token = write_token or os.environ.get("AGENTICX_SKILL_REGISTRY_TOKEN") - secrets DemonDamon-AgenticX-de771f7/agenticx/studio/kb/runtime.py :137
api_key=api_key or os.environ.get("OPENAI_API_KEY", ""), - secrets DemonDamon-AgenticX-de771f7/agenticx/studio/server.py :1053
token=os.environ.get("AGX_DESKTOP_TOKEN", "").strip(), - secrets DemonDamon-AgenticX-de771f7/agenticx/studio/voice_endpoints.py :202
api_key = str(os.environ.get("OPENAI_API_KEY", "") or "").strip() - secrets DemonDamon-AgenticX-de771f7/agenticx/tools/mineru.py :991
"MINERU_API_KEY": env_config.get("MINERU_API_KEY", args.api_token or os.environ.get("MINERU_API_TOKEN", "")), - secrets DemonDamon-AgenticX-de771f7/agenticx/tools/remote.py :935
api_key=os.getenv("MINERU_API_KEY"), - secrets DemonDamon-AgenticX-de771f7/deploy/test_neo4j.py :50
"password": os.getenv('NEO4J_PASSWORD', 'password'), - secrets (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-docparser/agents/document_parser.py :687
api_token = api_config.get("token") or os.getenv("MINERU_API_KEY") - secrets (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-docparser/main.py :190
api_token = os.getenv("MINERU_API_KEY", "") - secrets (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-intent-recognition/test_kimi_connection.py :21
api_key = os.getenv("KIMI_API_KEY") - secrets (weak) DemonDamon-AgenticX-de771f7/examples/agenticx-for-intent-recognition/tests/test_m1_intent_agents.py :39
api_key=os.getenv("KIMI_API_KEY"), - secrets (weak) DemonDamon-AgenticX-de771f7/examples/chat_with_bailian.py :44
api_key = os.getenv("BAILIAN_API_KEY") - secrets (weak) DemonDamon-AgenticX-de771f7/examples/chat_with_kimi.py :44
api_key = os.getenv("KIMI_API_KEY") - secrets (weak) DemonDamon-AgenticX-de771f7/examples/llm_chat_example.py :58
api_key = os.getenv("DEEPSEEK_API_KEY") - secrets (weak) DemonDamon-AgenticX-de771f7/examples/m3_embeddings_demo.py :95
siliconflow_key = os.getenv('SILICONFLOW_API_KEY') - secrets (weak) DemonDamon-AgenticX-de771f7/examples/mem0_healthcare_example.py :110
api_key = os.getenv("OPENAI_API_KEY") - secrets (weak) DemonDamon-AgenticX-de771f7/examples/simple_chat_agent/agent.py :56
api_key = os.getenv("BAILIAN_API_KEY") or os.getenv("DASHSCOPE_API_KEY") - secrets (weak) DemonDamon-AgenticX-de771f7/tests/test_deepseek_interactive.py :59
api_key=os.getenv("DEEPSEEK_API_KEY"), - secrets (weak) DemonDamon-AgenticX-de771f7/tests/test_e2e_agent_tools.py :38
self.api_key = api_key or os.getenv("DEEPSEEK_API_KEY") - secrets (weak) DemonDamon-AgenticX-de771f7/tests/test_embeddings_bailian.py :56
cls.api_key = os.getenv('BAILIAN_API_KEY') or os.getenv('DASHSCOPE_API_KEY') - secrets (weak) DemonDamon-AgenticX-de771f7/tests/test_smoke_agx_fc_react_agent.py :439
not os.environ.get("OPENAI_API_KEY") and not os.environ.get("AGX_TEST_LLM_KEY"),
database 20
- db DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/memory/storage.py :2
import sqlite3 - db DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/vector_stores/mongodb.py :7
from pymongo import MongoClient # type: ignore - db DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/vector_stores/pgvector.py :8
import psycopg2 # type: ignore - db DemonDamon-AgenticX-de771f7/agenticx/integrations/mem0/vector_stores/redis.py :8
import redis - db DemonDamon-AgenticX-de771f7/agenticx/memory/message_timestamp_backfill.py :10
import sqlite3 - db DemonDamon-AgenticX-de771f7/agenticx/memory/session_store.py :13
import sqlite3 - db DemonDamon-AgenticX-de771f7/agenticx/memory/workspace_memory.py :14
import sqlite3 - db DemonDamon-AgenticX-de771f7/agenticx/runtime/usage_store.py :11
import sqlite3 - db DemonDamon-AgenticX-de771f7/agenticx/server/redis_backend.py :22
import redis.asyncio as aioredis # type: ignore - db DemonDamon-AgenticX-de771f7/agenticx/server/user_manager.py :11
import sqlite3 - db DemonDamon-AgenticX-de771f7/agenticx/sessions/database.py :26
from sqlalchemy import ( # type: ignore - db DemonDamon-AgenticX-de771f7/agenticx/storage/key_value_storages/postgres.py :10
import psycopg2 # type: ignore - db DemonDamon-AgenticX-de771f7/agenticx/storage/key_value_storages/redis.py :9
import redis - db DemonDamon-AgenticX-de771f7/agenticx/storage/key_value_storages/sqlite.py :7
import sqlite3 - db DemonDamon-AgenticX-de771f7/agenticx/studio/kb/fts_index.py :10
import sqlite3 - db DemonDamon-AgenticX-de771f7/deploy/test_connectivity.py :45
import redis - db (weak) DemonDamon-AgenticX-de771f7/tests/integration/conftest.py :9
import redis - db (weak) DemonDamon-AgenticX-de771f7/tests/integration/containers.py :350
import redis as redis_client - db (weak) DemonDamon-AgenticX-de771f7/tests/test_session_store.py :10
import sqlite3 - db (weak) DemonDamon-AgenticX-de771f7/tests/test_workspace_memory_chunk_rerank.py :9
import sqlite3
declared dependencies 80
- mcp@>=1.0.0,<2
- pydantic@>=2.0.0
- typing-extensions@>=4.0.0,<5
- loguru@>=0.7.0,<1
- rich@>=13.0.0,<14
- click@>=8.0.0,<9
- PyYAML@>=6.0,<7
- json5@>=0.9.25,<1
- tomli@>=2.0,<3; python_version<
- PyMuPDF@>=1.23.0,<2
- pypdf@>=3.15.0,<5
- python-docx@>=0.8.11,<2
- python-pptx@>=0.6.21,<1
- docx2txt@>=0.8,<1
- numpy@>=1.24.0,<2
- chromadb@is required...
- The@onnxruntime python package is not installed
- onnxruntime@*
- TypeError@:
- object@is not callable
- semble@>=0.1.10,<0.2.0
- pathspec@>=1.0.0
- socksio@>=1.0.0,<2
- akshare@>=1.14
- anthropic@>=0.40.0,<1
- ollama@>=0.3.0,<1
- mem0ai@>=0.1.0,<1
- qdrant-client@>=1.10.0,<2
- redis@>=5.0.0,<6
- pymilvus@>=2.4.0,<3
- graphiti-core@>=0.29.1,<0.30
- PyPDF2@>=3.0.0,<4
- pytesseract@>=0.3.10,<1
- pdf2image@>=1.16.0,<2
- easyocr@>=1.7.0,<2
- networkx@>=3.1,<4
- neo4j@>=5.12.0,<6
- cdlib@>=0.3.0,<1
- wurlitzer@>=3.0.0,<4
- bayanpy@>=0.0.6,<1
- infomap@>=2.7.0,<3
- pyclustering@>=0.10.0,<1
- ASLPAw@>=2.1.0,<3
- leidenalg@>=0.10.0,<1
- pandas@>=2.0.0,<3
- scikit-learn@>=1.3.0,<2
- scipy@>=1.11.0,<2
- matplotlib@>=3.7.0,<4
- seaborn@>=0.12.0,<1
- plotly@>=5.15.0,<6
- prometheus-client@>=0.17.0,<1
- opentelemetry-api@>=1.20.0,<2
- opentelemetry-sdk@>=1.20.0,<2
- psycopg2-binary@>=2.9.0,<3
- SQLAlchemy@>=2.0.0,<3
- cryptography@>=41.0.0,<45
- asyncio-mqtt@>=0.16.0,<1
- python-Levenshtein@>=0.21.0,<1
- RapidFuzz@>=3.0.0,<4
- PyJWT@>=2.8.0
- agentkit-sdk-python@>=0.2.0,<0.6
- mkdocs@>=1.5.0,<2
- mkdocs-material@>=9.0.0,<10
- mkdocstrings@>=0.22.0,<1
- mkdocs-autorefs@>=0.4.0,<2
- pydoc-markdown@>=4.8.0,<5
- docstring-parser@>=0.11,<0.16
- pytest@>=7.4.0,<9
- pytest-asyncio@>=0.21.0,<1
- pytest-cov@>=4.0.0,<6
- black@>=23.0.0,<25
- isort@>=5.12.0,<6
- flake8@>=6.0.0,<8
- mypy@>=1.0.0,<2
- pre-commit@>=3.0.0,<4
- fakeredis@>=2.20,<3
- agenticx@*
- github.com/gorilla/websocket@v1.5.3
- github.com/openilink/openilink-sdk-go@v0.5.1
- github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e
cursor-plugin 3
- opaque (low) DemonDamon-AgenticX-de771f7/.cursor/commands/port-commits.md
bundled .cursor/ plugin descriptor (DemonDamon-AgenticX-de771f7/.cursor/commands/port-commits.md) — presence-detected; review the descriptor - opaque (low) DemonDamon-AgenticX-de771f7/.cursor/plans/2025-03-26-mcp-desktop-settings-paths-autoconnect.plan.md
bundled .cursor/ plugin descriptor (DemonDamon-AgenticX-de771f7/.cursor/plans/2025-03-26-mcp-desktop-settings-paths-autoconnect.plan.md) — presence-detected; review the descriptor - opaque (low) DemonDamon-AgenticX-de771f7/.cursor/skills/code-deep-research/SKILL.md
bundled .cursor/ plugin descriptor (DemonDamon-AgenticX-de771f7/.cursor/skills/code-deep-research/SKILL.md) — presence-detected; review the descriptor
transport_posture 7
- binds all interfaces (0.0.0.0) DemonDamon-AgenticX-de771f7/agenticx/deploy/components/volcengine/wrapper.py :373
app.run(host="0.0.0.0", port=8000) - binds all interfaces (0.0.0.0) DemonDamon-AgenticX-de771f7/agenticx/integrations/agentkit/a2a_app_adapter.py :187
app.run(host="0.0.0.0", port=8000) - network-listening, binds all interfaces, no auth detected DemonDamon-AgenticX-de771f7/examples/agenticx-for-agentkit/hi-agent/hi-agent-stream.py :100
app.run(host="0.0.0.0", port=8000) - network-listening, binds all interfaces, no auth detected DemonDamon-AgenticX-de771f7/examples/agenticx-for-agentkit/hi-agent/hi_agent.py :69
app.run(host="0.0.0.0", port=8000) - network-listening, binds all interfaces, no auth detected DemonDamon-AgenticX-de771f7/examples/agenticx-for-agentkit/hi-agent/wrapper.py :98
app.run(host="0.0.0.0", port=8000) - network-listening, binds all interfaces, no auth detected DemonDamon-AgenticX-de771f7/examples/agenticx-for-intent-recognition/main.py :308
host="0.0.0.0", - network-listening, binds all interfaces, no auth detected DemonDamon-AgenticX-de771f7/tests/test_smoke_agentkit_wrapper.py :359
assert 'app.run(host="0.0.0.0", port=8000)' in content