LICENSE
README.md
pyproject.toml
agent_friend/__init__.py
agent_friend/__main__.py
agent_friend/audit.py
agent_friend/cli.py
agent_friend/config.py
agent_friend/fix.py
agent_friend/friend.py
agent_friend/grade.py
agent_friend/leaderboard_data.py
agent_friend/mcp_server.py
agent_friend/optimize.py
agent_friend/toolkit.py
agent_friend/validate.py
agent_friend.egg-info/PKG-INFO
agent_friend.egg-info/SOURCES.txt
agent_friend.egg-info/dependency_links.txt
agent_friend.egg-info/entry_points.txt
agent_friend.egg-info/requires.txt
agent_friend.egg-info/top_level.txt
agent_friend/examples/__init__.py
agent_friend/examples/filesystem.json
agent_friend/examples/github.json
agent_friend/examples/notion.json
agent_friend/examples/puppeteer.json
agent_friend/examples/slack.json
agent_friend/providers/__init__.py
agent_friend/providers/anthropic.py
agent_friend/providers/base.py
agent_friend/providers/bitnet.py
agent_friend/providers/ollama.py
agent_friend/providers/openai.py
agent_friend/providers/openrouter.py
agent_friend/tools/__init__.py
agent_friend/tools/alert_tool.py
agent_friend/tools/audit_tool.py
agent_friend/tools/base.py
agent_friend/tools/batch_tool.py
agent_friend/tools/browser.py
agent_friend/tools/cache.py
agent_friend/tools/chunker.py
agent_friend/tools/code.py
agent_friend/tools/config_tool.py
agent_friend/tools/crypto.py
agent_friend/tools/database.py
agent_friend/tools/datetime_tool.py
agent_friend/tools/diff.py
agent_friend/tools/email.py
agent_friend/tools/env.py
agent_friend/tools/event_bus.py
agent_friend/tools/fetch.py
agent_friend/tools/file.py
agent_friend/tools/format_tool.py
agent_friend/tools/function_tool.py
agent_friend/tools/git.py
agent_friend/tools/graph.py
agent_friend/tools/html_tool.py
agent_friend/tools/http.py
agent_friend/tools/json_tool.py
agent_friend/tools/lock_tool.py
agent_friend/tools/map_reduce.py
agent_friend/tools/memory.py
agent_friend/tools/metrics.py
agent_friend/tools/notify.py
agent_friend/tools/process.py
agent_friend/tools/queue_tool.py
agent_friend/tools/rate_limit.py
agent_friend/tools/regex_tool.py
agent_friend/tools/retry.py
agent_friend/tools/rss.py
agent_friend/tools/sampler.py
agent_friend/tools/scheduler.py
agent_friend/tools/search.py
agent_friend/tools/search_index.py
agent_friend/tools/state_machine.py
agent_friend/tools/stats_tool.py
agent_friend/tools/table.py
agent_friend/tools/template.py
agent_friend/tools/timer_tool.py
agent_friend/tools/transform_tool.py
agent_friend/tools/validator.py
agent_friend/tools/vector_store.py
agent_friend/tools/voice.py
agent_friend/tools/webhook.py
agent_friend/tools/workflow_tool.py
agent_friend/tools/xml_tool.py
tests/test_adapters.py
tests/test_alert_tool.py
tests/test_audit_cli.py
tests/test_audit_tool.py
tests/test_batch_tool.py
tests/test_bitnet_provider.py
tests/test_cache_tool.py
tests/test_chunker_tool.py
tests/test_config.py
tests/test_config_tool.py
tests/test_crypto_tool.py
tests/test_database_tool.py
tests/test_datetime_tool.py
tests/test_diff_tool.py
tests/test_email_tool.py
tests/test_env_tool.py
tests/test_event_bus_tool.py
tests/test_examples.py
tests/test_fetch_tool.py
tests/test_file_tool.py
tests/test_fix.py
tests/test_format_tool.py
tests/test_friend.py
tests/test_function_tool.py
tests/test_git_tool.py
tests/test_grade.py
tests/test_graph_tool.py
tests/test_html_tool.py
tests/test_http_tool.py
tests/test_json_tool.py
tests/test_leaderboard_data.py
tests/test_lock_tool.py
tests/test_map_reduce_tool.py
tests/test_metrics_tool.py
tests/test_notify_tool.py
tests/test_optimize.py
tests/test_process_tool.py
tests/test_providers.py
tests/test_queue_tool.py
tests/test_rate_limit_tool.py
tests/test_regex_tool.py
tests/test_retry_tool.py
tests/test_rss_tool.py
tests/test_sampler_tool.py
tests/test_scheduler.py
tests/test_search_index_tool.py
tests/test_state_machine_tool.py
tests/test_stats_tool.py
tests/test_table_tool.py
tests/test_template_tool.py
tests/test_timer_tool.py
tests/test_token_estimate.py
tests/test_tools.py
tests/test_transform_tool.py
tests/test_validate.py
tests/test_validator_tool.py
tests/test_vector_store_tool.py
tests/test_voice_tool.py
tests/test_webhook_tool.py
tests/test_workflow_tool.py
tests/test_xml_tool.py