This website requires JavaScript.
Explore
Help
Sign In
eric
/
audita
Watch
1
Star
0
Fork
0
You've already forked audita
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Move python implementation under python/ in preparation for the upcoming Go rewrite
Browse Source
...
This commit is contained in:
Eric Rakestraw
2026-05-10 22:37:38 +00:00
parent
e797e3d9ff
commit
2e47c8a1b6
47 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
audita → python/audita
Unescape
Escape
View File
0
pyproject.toml → python/pyproject.toml
Unescape
Escape
View File
0
src/audita/__init__.py → python/src/audita/__init__.py
Unescape
Escape
View File
0
src/audita/__main__.py → python/src/audita/__main__.py
Unescape
Escape
View File
0
src/audita/cli.py → python/src/audita/cli.py
Unescape
Escape
View File
0
src/audita/core/__init__.py → python/src/audita/core/__init__.py
Unescape
Escape
View File
0
src/audita/core/chunking.py → python/src/audita/core/chunking.py
Unescape
Escape
View File
0
src/audita/core/config.py → python/src/audita/core/config.py
Unescape
Escape
View File
0
src/audita/core/diagnostics.py → python/src/audita/core/diagnostics.py
Unescape
Escape
View File
0
src/audita/core/errors.py → python/src/audita/core/errors.py
Unescape
Escape
View File
0
src/audita/core/io.py → python/src/audita/core/io.py
Unescape
Escape
View File
0
src/audita/core/normalization.py → python/src/audita/core/normalization.py
Unescape
Escape
View File
0
src/audita/core/reporting.py → python/src/audita/core/reporting.py
Unescape
Escape
View File
0
src/audita/core/schemas.py → python/src/audita/core/schemas.py
Unescape
Escape
View File
0
src/audita/framework/__init__.py → python/src/audita/framework/__init__.py
Unescape
Escape
View File
0
src/audita/framework/llm.py → python/src/audita/framework/llm.py
Unescape
Escape
View File
0
src/audita/framework/llm_scheduler.py → python/src/audita/framework/llm_scheduler.py
Unescape
Escape
View File
0
src/audita/framework/models.py → python/src/audita/framework/models.py
Unescape
Escape
View File
0
src/audita/framework/proposal_generation.py → python/src/audita/framework/proposal_generation.py
Unescape
Escape
View File
0
src/audita/framework/proposals.py → python/src/audita/framework/proposals.py
Unescape
Escape
View File
0
src/audita/framework/runner.py → python/src/audita/framework/runner.py
Unescape
Escape
View File
0
src/audita/modules/__init__.py → python/src/audita/modules/__init__.py
Unescape
Escape
View File
0
src/audita/modules/glossary.py → python/src/audita/modules/glossary.py
Unescape
Escape
View File
0
src/audita/modules/grammar.py → python/src/audita/modules/grammar.py
Unescape
Escape
View File
0
src/audita/modules/homophones.py → python/src/audita/modules/homophones.py
Unescape
Escape
View File
0
src/audita/modules/prompts.py → python/src/audita/modules/prompts.py
Unescape
Escape
View File
0
src/audita/modules/spoken_word.py → python/src/audita/modules/spoken_word.py
Unescape
Escape
View File
0
src/audita/pipeline.py → python/src/audita/pipeline.py
Unescape
Escape
View File
0
src/audita/py.typed → python/src/audita/py.typed
Unescape
Escape
View File
0
src/audita/validators/__init__.py → python/src/audita/validators/__init__.py
Unescape
Escape
View File
0
src/audita/validators/base.py → python/src/audita/validators/base.py
Unescape
Escape
View File
0
src/audita/validators/deterministic.py → python/src/audita/validators/deterministic.py
Unescape
Escape
View File
0
src/audita/validators/llm.py → python/src/audita/validators/llm.py
Unescape
Escape
View File
0
src/audita/validators/prompts.py → python/src/audita/validators/prompts.py
Unescape
Escape
View File
0
src/audita/validators/protection.py → python/src/audita/validators/protection.py
Unescape
Escape
View File
0
tests/__init__.py → python/tests/__init__.py
Unescape
Escape
View File
0
tests/test_framework_chunking.py → python/tests/test_framework_chunking.py
Unescape
Escape
View File
0
tests/test_framework_llm.py → python/tests/test_framework_llm.py
Unescape
Escape
View File
0
tests/test_framework_runner.py → python/tests/test_framework_runner.py
Unescape
Escape
View File
0
tests/test_llm_validators.py → python/tests/test_llm_validators.py
Unescape
Escape
View File
0
tests/test_module_proposals.py → python/tests/test_module_proposals.py
Unescape
Escape
View File
0
tests/test_new_cli.py → python/tests/test_new_cli.py
Unescape
Escape
View File
0
tests/test_new_config.py → python/tests/test_new_config.py
Unescape
Escape
View File
0
tests/test_new_launcher.py → python/tests/test_new_launcher.py
Unescape
Escape
View File
0
tests/test_new_pipeline.py → python/tests/test_new_pipeline.py
Unescape
Escape
View File
0
tests/test_new_transcript_schema.py → python/tests/test_new_transcript_schema.py
Unescape
Escape
View File
0
tests/test_protected_validator.py → python/tests/test_protected_validator.py
Unescape
Escape
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
eric/audita
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block