https://github.com/marcelotto/magma
An integrated knowledge work environment for Elixir projects with LLM-based assistants
https://github.com/marcelotto/magma
chatgpt documentation elixir gpt-4 knowledge-graph knowledge-work llm obsidian
Last synced: 10 months ago
JSON representation
An integrated knowledge work environment for Elixir projects with LLM-based assistants
- Host: GitHub
- URL: https://github.com/marcelotto/magma
- Owner: marcelotto
- License: mit
- Created: 2023-11-03T12:40:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T09:00:58.000Z (12 months ago)
- Last Synced: 2025-04-09T16:19:49.301Z (10 months ago)
- Topics: chatgpt, documentation, elixir, gpt-4, knowledge-graph, knowledge-work, llm, obsidian
- Language: Elixir
- Homepage:
- Size: 10.7 MB
- Stars: 46
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://hex.pm/packages/magma)
[](https://hexdocs.pm/magma/)
[](https://github.com/marcelotto/magma/blob/main/LICENSE.md)
[](https://github.com/marcelotto/magma/actions/workflows/elixir-build-and-test.yml)
[](https://github.com/marcelotto/magma/actions/workflows/elixir-quality-checks.yml)
> ⚠️ **Notice:** This project is no longer actively maintained. No new features or bug fixes will be provided. Feel free to fork the project if you wish to continue its development.
Magma
An integrated knowledge work environment for open source software projects in Elixir
with GPT4 as an LLM-based assistant.
Explore the docs »
Changelog
·
Forum
·
Report Bug
·
Request Feature
## About the Project

Magma is an environment for writing and executing complex prompts. It is designed primarily to support developers, especially those using Elixir, in collecting project knowledge, generating documentation, and solving problems through LLM prompts. However, it can also be useful outside this context, e.g. for generating longer texts.
_Read on in the [User Guide](https://hexdocs.pm/magma/magma-user-guide-introduction-to-magma-article-section.html)_
## Features
- A transclusion resolution system for quick prompt composition from existing content.
- Extendible workflows with predefined prompts for generating various artefacts such as a project README, module docs, and larger texts.
- Support for automatic prompt execution via the OpenAI API or manual execution via the chat interface of the LLM of your choice (ChatGPT, Bard, Claude etc.).
- Well-organised folder structure for all created files.
- Adaptability to many use cases, thanks to Obsidian's vast plugin ecosystem.
## Roadmap
See the [open issues](https://github.com/marcelotto/magma/issues) or [this page](https://hexdocs.pm/magma/magma-user-guide-current-limitations-and-roadmap-article-section.html) for a list of proposed features and known issues.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. See [CONTRIBUTING](CONTRIBUTING.md) for details. You can also simply start a new discussion [here](https://github.com/marcelotto/magma/discussions/categories/ideas)
Don't forget to give the project a star! Thanks!
## Contact
Marcel Otto - [@marcelotto (Mastodon)](https://mastodon.social/@marcelotto) [@marcelotto (X)](https://twitter.com/marcelotto)
## Funding
This project is funded through [NGI Assure](https://nlnet.nl/assure), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program.
## License
Distributed under the MIT License. See `LICENSE.md` for more information.