LICENSE.md
README.md
pyproject.toml
afnio/__init__.py
afnio/_model_client.py
afnio/_utils.py
afnio/_variable.py
afnio/logging_config.py
afnio/serialization.py
afnio.egg-info/PKG-INFO
afnio.egg-info/SOURCES.txt
afnio.egg-info/dependency_links.txt
afnio.egg-info/entry_points.txt
afnio.egg-info/requires.txt
afnio.egg-info/top_level.txt
afnio/autodiff/__init__.py
afnio/autodiff/basic_ops.py
afnio/autodiff/config.py
afnio/autodiff/decorators.py
afnio/autodiff/evaluator.py
afnio/autodiff/function.py
afnio/autodiff/grad_mode.py
afnio/autodiff/graph.py
afnio/autodiff/lm_ops.py
afnio/autodiff/utils.py
afnio/cognitive/__init__.py
afnio/cognitive/functional.py
afnio/cognitive/parameter.py
afnio/cognitive/modules/__init__.py
afnio/cognitive/modules/add.py
afnio/cognitive/modules/chat_completion.py
afnio/cognitive/modules/deterministic_evaluator.py
afnio/cognitive/modules/exact_match_evaluator.py
afnio/cognitive/modules/lm_judge_evaluator.py
afnio/cognitive/modules/module.py
afnio/cognitive/modules/split.py
afnio/cognitive/modules/sum.py
afnio/models/__init__.py
afnio/models/model.py
afnio/models/model_registry.py
afnio/models/openai.py
afnio/optim/__init__.py
afnio/optim/optimizer.py
afnio/optim/tgd.py
afnio/tellurio/__init__.py
afnio/tellurio/_callable_registry.py
afnio/tellurio/_eventloop.py
afnio/tellurio/_model_registry.py
afnio/tellurio/_node_registry.py
afnio/tellurio/_optimizer_registry.py
afnio/tellurio/_variable_registry.py
afnio/tellurio/cli.py
afnio/tellurio/client.py
afnio/tellurio/consent.py
afnio/tellurio/project.py
afnio/tellurio/run.py
afnio/tellurio/run_context.py
afnio/tellurio/utils.py
afnio/tellurio/websocket_client.py
afnio/utils/__init__.py
afnio/utils/data/__init__.py
afnio/utils/data/dataloader.py
afnio/utils/data/dataset.py
afnio/utils/data/sampler.py
afnio/utils/datasets/__init__.py
afnio/utils/datasets/trec.py
afnio/utils/datasets/utils.py
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/tellurio/__init__.py
tests/tellurio/test_backward_model_client_sync.py
tests/tellurio/test_cli.py
tests/tellurio/test_client.py
tests/tellurio/test_consent.py
tests/tellurio/test_function_sync.py
tests/tellurio/test_login.py
tests/tellurio/test_model_sync.py
tests/tellurio/test_node_sync.py
tests/tellurio/test_optimizer_sync.py
tests/tellurio/test_project.py
tests/tellurio/test_run.py
tests/tellurio/test_serialize_deserialize.py
tests/tellurio/test_tgd_sync.py
tests/tellurio/test_variable_sync.py
tests/tellurio/test_websocket_client.py