Commit History

cleanup: remove unused imports and loggers from configuration and agent files
cc8cb8b

mcikalmerdeka commited on

add ARCHITECTURE.md file
18e4e3b

mcikalmerdeka commited on

add axion coding agent setup
502cd6c

mcikalmerdeka commited on

fix: add back Generator import used in process_aspirasi_async return type
65116b1

mcikalmerdeka commited on

Merge pull request #2 from mcikalmerdeka/cleanup/remove-unused-code
a911255
unverified

mcikalmerdeka commited on

cleanup: remove unused variables and functions across codebase
17a0cb3

mcikalmerdeka commited on

Merge pull request #1 from mcikalmerdeka/feat/implement-council
d9aef23
unverified

mcikalmerdeka commited on

feat: introduce Council Discussion stage in DPR AI Simulator, enabling multi-member deliberation with consensus building. Update README to reflect new features and enhance simulation logic to include council discussions, along with necessary adjustments in agent and response models.
5c072a2

mcikalmerdeka commited on

feat: implement centralized logging system for DPR AI Simulator, enhancing traceability and debugging capabilities across all components. Update main application flow to utilize logging, and add loggers to agents and factories for detailed operation insights. Also, include a new logs directory in .gitignore.
cde9b1a

mcikalmerdeka commited on

refactor: simplify GitHub Actions workflow by removing unnecessary remote management steps for Hugging Face deployment
c3ec626

mcikalmerdeka commited on

refactor: enhance GitHub Actions workflow for Hugging Face deployment by adding remote management and conditional merging
6932e25

mcikalmerdeka commited on

add testfile for testing hf deployment
6e97949

mcikalmerdeka commited on

add project header to the repo
5fbe663

mcikalmerdeka commited on

docs: add link to Hugging Face Spaces link for DPR AI Simulator in README
a95a68f

mcikalmerdeka commited on

refactor: rename DPR Simulator to DPR AI Simulator across the codebase and update related documentation
0798703

mcikalmerdeka commited on

refactor: update temperature settings for CompileAgent and FollowUpAgent to improve response quality
c90e847

mcikalmerdeka commited on

feat: add faction and commission data modules for DPR Simulator, including aspiration examples and mapping of political factions to their ideologies. Enhance member factory and simulation logic to incorporate commission filtering and relevant data handling for improved aspiration processing.
aca807b

mcikalmerdeka commited on

add API Call Breakdown section in UI for developers, detailing API call stages and examples based on sample size.
e08d023

mcikalmerdeka commited on

small update on API key info in the UI to include instructions for generating keys on OpenAI platform
b6215e1

mcikalmerdeka commited on

add readme ymal configuration in readme file for hf deployment
5135924

mcikalmerdeka commited on

add requirements.txt for huggingface space deployment
7f93198

mcikalmerdeka commited on

add GitHub Actions workflow for syncing to Hugging Face Hub on push to main
96659cf

mcikalmerdeka commited on

add main entry point and versioning for DPR Simulator
6337944

mcikalmerdeka commited on

add UI module for DPR Simulator with Gradio integration, including app layout, styling, and asynchronous processing of aspirations.
6b85736

mcikalmerdeka commited on

implement data models for DPR Simulator, including DPRMember, Aspirasi, and response structures for various pipeline stages.
4e18214

mcikalmerdeka commited on

add core components for DPR Simulator, including member factory, simulation logic, and agent classes for processing aspirations.
b27b00f

mcikalmerdeka commited on

add configuration module and settings for DPR Simulator
c83205c

mcikalmerdeka commited on