@magpiecloud/mags 1.8.14 → 1.8.15

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.
Files changed (43) hide show
  1. package/README.md +95 -378
  2. package/bin/mags.js +0 -0
  3. package/package.json +19 -4
  4. package/API.md +0 -388
  5. package/Mags-API.postman_collection.json +0 -374
  6. package/QUICKSTART.md +0 -295
  7. package/deploy-page.sh +0 -171
  8. package/mags +0 -0
  9. package/mags.sh +0 -270
  10. package/nodejs/README.md +0 -197
  11. package/nodejs/bin/mags.js +0 -1146
  12. package/nodejs/index.js +0 -596
  13. package/nodejs/package.json +0 -42
  14. package/python/INTEGRATION.md +0 -800
  15. package/python/README.md +0 -161
  16. package/python/dist/magpie_mags-1.3.6-py3-none-any.whl +0 -0
  17. package/python/dist/magpie_mags-1.3.6.tar.gz +0 -0
  18. package/python/examples/demo.py +0 -181
  19. package/python/pyproject.toml +0 -39
  20. package/python/src/magpie_mags.egg-info/PKG-INFO +0 -186
  21. package/python/src/magpie_mags.egg-info/SOURCES.txt +0 -9
  22. package/python/src/magpie_mags.egg-info/dependency_links.txt +0 -1
  23. package/python/src/magpie_mags.egg-info/requires.txt +0 -1
  24. package/python/src/magpie_mags.egg-info/top_level.txt +0 -1
  25. package/python/src/mags/__init__.py +0 -6
  26. package/python/src/mags/client.py +0 -523
  27. package/python/test_sdk.py +0 -78
  28. package/skill.md +0 -153
  29. package/website/api.html +0 -1095
  30. package/website/claude-skill.html +0 -481
  31. package/website/cookbook/hn-marketing.html +0 -410
  32. package/website/cookbook/hn-marketing.sh +0 -42
  33. package/website/cookbook.html +0 -282
  34. package/website/docs.html +0 -677
  35. package/website/env.js +0 -4
  36. package/website/index.html +0 -801
  37. package/website/llms.txt +0 -334
  38. package/website/login.html +0 -108
  39. package/website/mags.md +0 -210
  40. package/website/script.js +0 -453
  41. package/website/styles.css +0 -1075
  42. package/website/tokens.html +0 -169
  43. package/website/usage.html +0 -185
package/website/env.js DELETED
@@ -1,4 +0,0 @@
1
- window.MAGS_ENV = {
2
- API_BASE: "http://localhost:9090",
3
- AUTH_BASE: "http://localhost:9090"
4
- };