midscene-python/ ├── midscene/ # Core framework │ ├── core/ # Core framework │ │ ├── agent/ # Agent system │ │ ├── insight/ # AI inference engine │ │ ├── ai_model/ # AI model integration │ │ ├── yaml ...
behave-bdd-framework/ ├── config/ │ └── config.py # Environment config (local/staging/ci) ├── features/ │ ├── locators/ # CSS/XPath ...