@magpiecloud/mags 1.8.14 → 1.8.16

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