docs(configuration): rewrite configuration.md to reflect actual Python framework architecture#1366
Merged
bryanadenhq merged 1 commit intoaden-hive:mainfrom Jan 29, 2026
Conversation
bryanadenhq
approved these changes
Jan 28, 2026
Collaborator
bryanadenhq
left a comment
There was a problem hiding this comment.
it looks great, thanks for your contribution!
Collaborator
|
Hi @tjsasakifln, there seems to be a merge conflict, could you please rebase with main before I merge? Thanks! |
8adf56b to
ca031f3
Compare
Contributor
Author
|
@bryanadenhq Thanks for the review and the heads-up on the merge conflict! Rebased on main — should be clean to merge now. |
IBOCATA
reviewed
Jan 29, 2026
| Aden Hive is a Python-based agent framework. Configuration is handled through environment variables and agent-level config files. There is no centralized `config.yaml` or Docker Compose setup. | ||
|
|
||
| ## Configuration Flow | ||
| ## Configuration Overview |
There was a problem hiding this comment.
Information-API & Infra-Energy Optimisation
Overview
This project integrates information theory, thermodynamics, statistics, quantum principles, and distributed systems security into one framework.
Components
- Shannon Entropy → Optimises information flow in APIs.
- Thermodynamic Entropy → Models infra-energy efficiency.
- P-value Analysis → Validates statistical significance of human judgement in LLM outputs.
- MCMC Simulation → Models uncertainty in decision-making.
- Kafka + Turing Machine Security → Ensures secure message passing with Schrödinger’s cat principle (secure/insecure until consumed).
- Terraform Automation → Deploys infrastructure automatically.
Usage
- Run
python main.pyto execute entropy, statistical, and MCMC simulations. - Ensure Kafka is running locally for the security demo.
- Deploy infra with:
terraform init terraform apply
jhalak999
pushed a commit
to jhalak999/hive
that referenced
this pull request
Feb 17, 2026
…onfiguration-docs docs(configuration): rewrite configuration.md to reflect actual Python framework architecture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/configuration.mdto document the actual Python-based framework instead of a non-existent Node.js/Docker/React/PostgreSQL stackconfig.py,agent.jsonschema, MCP server configuration, file-based storage, IDE setup, security best practices, and troubleshooting.env.example,ENVIRONMENT_SETUP.md,os.environusage incore/)Fixes #1332
What changed
The previous
configuration.mddescribed infrastructure that does not exist in this project (Docker Compose, PostgreSQL, Redis, React frontend, JWT/CORS,honeycomb/directory). This rewrite replaces every section with accurate documentation:DATABASE_URL,JWT_SECRET,CORS_ORIGINANTHROPIC_API_KEY,OPENAI_API_KEY,BRAVE_SEARCH_API_KEY,MOCK_MODEframework.storage.FileStorageconfig.pyper agent,agent.jsongraph spec.mcp.jsonserver configurationNo links to
configuration.mdfrom other files (README translations, DEVELOPER.md) were broken since the file path is preserved.Test plan
.env.exampleor codebaseos.environcallsexports/,config.py,agent.json,.mcp.json) exists in the repo