mnemos-dev 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mnemos_dev-0.1.0/.gitignore +26 -0
- mnemos_dev-0.1.0/.playwright-cli/console-2026-04-12T18-56-17-745Z.log +9 -0
- mnemos_dev-0.1.0/.playwright-cli/console-2026-04-12T18-57-06-733Z.log +11 -0
- mnemos_dev-0.1.0/.playwright-cli/page-2026-04-12T18-38-08-801Z.yml +751 -0
- mnemos_dev-0.1.0/.playwright-cli/page-2026-04-12T18-54-53-366Z.yml +752 -0
- mnemos_dev-0.1.0/.playwright-cli/page-2026-04-12T18-56-24-521Z.yml +73 -0
- mnemos_dev-0.1.0/.playwright-cli/page-2026-04-12T18-57-10-532Z.yml +85 -0
- mnemos_dev-0.1.0/LICENSE +21 -0
- mnemos_dev-0.1.0/PKG-INFO +215 -0
- mnemos_dev-0.1.0/README.md +191 -0
- mnemos_dev-0.1.0/docs/plans/2026-04-12-mnemos-v01-implementation.md +3265 -0
- mnemos_dev-0.1.0/docs/specs/2026-04-12-mnemos-design.md +599 -0
- mnemos_dev-0.1.0/github-preview.png +0 -0
- mnemos_dev-0.1.0/mnemos/__init__.py +2 -0
- mnemos_dev-0.1.0/mnemos/__main__.py +23 -0
- mnemos_dev-0.1.0/mnemos/cli.py +329 -0
- mnemos_dev-0.1.0/mnemos/config.py +190 -0
- mnemos_dev-0.1.0/mnemos/graph.py +228 -0
- mnemos_dev-0.1.0/mnemos/miner.py +283 -0
- mnemos_dev-0.1.0/mnemos/obsidian.py +138 -0
- mnemos_dev-0.1.0/mnemos/palace.py +304 -0
- mnemos_dev-0.1.0/mnemos/patterns/__init__.py +0 -0
- mnemos_dev-0.1.0/mnemos/patterns/base.yaml +6 -0
- mnemos_dev-0.1.0/mnemos/patterns/en.yaml +29 -0
- mnemos_dev-0.1.0/mnemos/patterns/tr.yaml +31 -0
- mnemos_dev-0.1.0/mnemos/search.py +164 -0
- mnemos_dev-0.1.0/mnemos/server.py +497 -0
- mnemos_dev-0.1.0/mnemos/stack.py +125 -0
- mnemos_dev-0.1.0/mnemos/watcher.py +174 -0
- mnemos_dev-0.1.0/pyproject.toml +37 -0
- mnemos_dev-0.1.0/tests/__init__.py +0 -0
- mnemos_dev-0.1.0/tests/conftest.py +138 -0
- mnemos_dev-0.1.0/tests/test_config.py +118 -0
- mnemos_dev-0.1.0/tests/test_graph.py +126 -0
- mnemos_dev-0.1.0/tests/test_integration.py +129 -0
- mnemos_dev-0.1.0/tests/test_miner.py +123 -0
- mnemos_dev-0.1.0/tests/test_obsidian.py +123 -0
- mnemos_dev-0.1.0/tests/test_palace.py +207 -0
- mnemos_dev-0.1.0/tests/test_search.py +164 -0
- mnemos_dev-0.1.0/tests/test_server.py +189 -0
- mnemos_dev-0.1.0/tests/test_stack.py +112 -0
- mnemos_dev-0.1.0/tests/test_watcher.py +70 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Python
|
|
2
|
+
__pycache__/
|
|
3
|
+
*.py[cod]
|
|
4
|
+
*.egg-info/
|
|
5
|
+
dist/
|
|
6
|
+
build/
|
|
7
|
+
.eggs/
|
|
8
|
+
|
|
9
|
+
# Testing
|
|
10
|
+
.pytest_cache/
|
|
11
|
+
.coverage
|
|
12
|
+
htmlcov/
|
|
13
|
+
|
|
14
|
+
# IDE
|
|
15
|
+
.vscode/
|
|
16
|
+
.idea/
|
|
17
|
+
|
|
18
|
+
# Mnemos runtime data
|
|
19
|
+
.chromadb/
|
|
20
|
+
*.db
|
|
21
|
+
.mine_log.json
|
|
22
|
+
|
|
23
|
+
# Secrets
|
|
24
|
+
*.env
|
|
25
|
+
.env*
|
|
26
|
+
*credentials*
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[ 847ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/uas/login?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2F:99
|
|
2
|
+
[ 848ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/uas/login?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2F:100
|
|
3
|
+
[ 848ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/uas/login?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2F:101
|
|
4
|
+
[ 848ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/uas/login?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2F:102
|
|
5
|
+
[ 848ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/uas/login?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2F:105
|
|
6
|
+
[ 848ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/uas/login?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2F:106
|
|
7
|
+
[ 6756ms] [WARNING] [GSI_LOGGER]: Your client application may not display the Google One Tap in its default position. When FedCM becomes mandatory, One Tap only displays in the default position. Refer to the migration guide to update your code accordingly and opt-in to FedCM to test your changes. Learn more: https://developers.google.com/identity/gsi/web/guides/fedcm-migration?s=dc#layout @ https://static.licdn.com/sc/h/aofke6z5sqc44bjlvj6yr05c8:168
|
|
8
|
+
[ 6757ms] [WARNING] [GSI_LOGGER]: Your client application uses one of the Google One Tap prompt UI status methods that may stop functioning when FedCM becomes mandatory. Refer to the migration guide to update your code accordingly and opt-in to FedCM to test your changes. Learn more: https://developers.google.com/identity/gsi/web/guides/fedcm-migration?s=dc#display_moment and https://developers.google.com/identity/gsi/web/guides/fedcm-migration?s=dc#skipped_moment @ https://static.licdn.com/sc/h/aofke6z5sqc44bjlvj6yr05c8:168
|
|
9
|
+
[ 6758ms] [WARNING] [GSI_LOGGER]: Currently, you disable FedCM on Google One Tap. FedCM for One Tap will become mandatory starting Oct 2024, and you won’t be able to disable it. Refer to the migration guide to update your code accordingly to ensure users will not be blocked from logging in. Learn more: https://developers.google.com/identity/gsi/web/guides/fedcm-migration @ https://static.licdn.com/sc/h/aofke6z5sqc44bjlvj6yr05c8:168
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[ 499ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/login:99
|
|
2
|
+
[ 499ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/login:100
|
|
3
|
+
[ 499ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/login:101
|
|
4
|
+
[ 499ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/login:102
|
|
5
|
+
[ 499ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/login:105
|
|
6
|
+
[ 499ms] [WARNING] <link rel=preload> must have a valid `as` value @ https://www.linkedin.com/login:106
|
|
7
|
+
[ 3723ms] [WARNING] [GSI_LOGGER]: Your client application may not display the Google One Tap in its default position. When FedCM becomes mandatory, One Tap only displays in the default position. Refer to the migration guide to update your code accordingly and opt-in to FedCM to test your changes. Learn more: https://developers.google.com/identity/gsi/web/guides/fedcm-migration?s=dc#layout @ https://static.licdn.com/sc/h/aofke6z5sqc44bjlvj6yr05c8:168
|
|
8
|
+
[ 3724ms] [WARNING] [GSI_LOGGER]: Your client application uses one of the Google One Tap prompt UI status methods that may stop functioning when FedCM becomes mandatory. Refer to the migration guide to update your code accordingly and opt-in to FedCM to test your changes. Learn more: https://developers.google.com/identity/gsi/web/guides/fedcm-migration?s=dc#display_moment and https://developers.google.com/identity/gsi/web/guides/fedcm-migration?s=dc#skipped_moment @ https://static.licdn.com/sc/h/aofke6z5sqc44bjlvj6yr05c8:168
|
|
9
|
+
[ 3725ms] [WARNING] [GSI_LOGGER]: Currently, you disable FedCM on Google One Tap. FedCM for One Tap will become mandatory starting Oct 2024, and you won’t be able to disable it. Refer to the migration guide to update your code accordingly to ensure users will not be blocked from logging in. Learn more: https://developers.google.com/identity/gsi/web/guides/fedcm-migration @ https://static.licdn.com/sc/h/aofke6z5sqc44bjlvj6yr05c8:168
|
|
10
|
+
[ 3955ms] [WARNING] WARNING: Too many active WebGL contexts. Oldest context will be lost. @ https://static.licdn.com/sc/h/7kposvlmadm04u71pp9u1qzyg:0
|
|
11
|
+
[ 3992ms] [WARNING] WARNING: Too many active WebGL contexts. Oldest context will be lost. @ https://static.licdn.com/sc/h/7kposvlmadm04u71pp9u1qzyg:0
|