Discussion agents.
βββ 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