Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 2.28 KB

README.md

File metadata and controls

54 lines (49 loc) · 2.28 KB

discussion-agents

Discussion agents.

Project Organization

├── data
│   ├── external         <- Data from third party sources.
│   ├── interim          <- Intermediate data that has been transformed.
│   ├── processed        <- The final, canonical data sets for modeling.
│   └── raw              <- The original, immutable data dump.
│
├── discussion_agents    <- Source code for this project.
│   │
│   ├── memory           <- Memory-related modules.
│   │   └── ...
│   │
│   ├── agent            <- Model/agent-related modules.
│   │   └── ...
│   │
│   ├── core             <- Agent core modules.
│   │   └── ...
│   │
│   ├── planning         <- Planning-related modules.
│   │   └── ...
│   │
│   ├── reflecting       <- Reflecting-related modules.
│   │   └── ...
│   │
│   ├── scoring          <- Scoring-related modules.
│   │   └── ...
│   │
│   ├── utils            <- Utility methods.
│   │   └── ...
│
├── docs                 <- A default Sphinx project; see sphinx-doc.org for details.
│
├── models               <- Trained and serialized models, model predictions, or model summaries.
│
├── notebooks            <- Jupyter notebooks. Naming convention is a number (for ordering),
│                           the creator's initials, and a short `-` delimited description, e.g.
│                           `1.0-jqp-initial-data-exploration`.
│
├── references           <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports              <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures          <- Generated graphics and figures to be used in reporting.
│
├── tests                <- Tests.

Project based on the cookiecutter data science project template. #cookiecutterdatascience