├── .dockerignore ├── .github ├── CONTRIBUTING.md ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug.yml │ ├── config.yml │ ├── docs.yml.bak │ └── feature.yml ├── dependabot.yml ├── labeler.yml ├── pull_request_template.md └── workflows │ ├── build-and-test.yml │ ├── docker.yml │ ├── publish-python.yml │ ├── tests.yml │ └── todos.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── Dockerfile ├── LICENSE ├── MANIFEST.in ├── SECURITY.md ├── agixt ├── Agent.py ├── ApiClient.py ├── Chain.py ├── Complexity.py ├── Conversations.py ├── DB.py ├── Extensions.py ├── ExtensionsHub.py ├── Globals.py ├── Interactions.py ├── InternalClient.py ├── MachineState.py ├── MagicalAuth.py ├── Memories.py ├── Models.py ├── Prompts.py ├── Providers.py ├── SeedImports.py ├── Task.py ├── TaskMonitor.py ├── Transcription.py ├── Tuning.py ├── WORKSPACE │ └── example.txt ├── WebhookManager.py ├── Websearch.py ├── WorkerRegistry.py ├── Workspaces.py ├── XT.py ├── __init__.py ├── agents │ └── agents.txt ├── app.py ├── chains │ ├── Ask Helper Agent for Help.json │ ├── Chat with Code.json │ ├── Create New Command.json │ ├── Generate Smart Task Chain without Research.json │ ├── Generate Smart Task Chain.json │ ├── Generate Task Chain without Research.json │ ├── Generate Task Chain.json │ ├── Smart Chat - No Research.json │ ├── Smart Chat.json │ ├── Smart Instruct - No Research.json │ ├── Smart Instruct.json │ ├── Smart Prompt.json │ ├── Solve Math Problem.json │ └── Write a Poem.json ├── cli.py ├── conversations │ └── AGiXT Conversation.yaml ├── endpoints │ ├── Agent.py │ ├── Auth.py │ ├── Billing.py │ ├── Chain.py │ ├── Completions.py │ ├── Conversation.py │ ├── Extension.py │ ├── GQL.py │ ├── Health.py │ ├── Legacy.py │ ├── Memory.py │ ├── Prompt.py │ ├── Provider.py │ ├── Tasks.py │ ├── TeslaIntegration.py │ └── Webhook.py ├── extensions │ ├── README.md │ ├── alexa.py │ ├── amazon.py │ ├── audible.py │ ├── automation_helpers.py │ ├── axis_camera.py │ ├── bags_app.py │ ├── blink.py │ ├── discord.py │ ├── dji_tello.py │ ├── essential_abilities.py │ ├── fitbit.py │ ├── garmin.py │ ├── github.py │ ├── google.py │ ├── google_search.py │ ├── graphql_server.py │ ├── grokipedia.py │ ├── hikvision.py │ ├── meta_ads.py │ ├── microcontroller_development.py │ ├── microsoft.py │ ├── mssql_database.py │ ├── mysql_database.py │ ├── notes.py │ ├── oura.py │ ├── postgres_database.py │ ├── raydium.py │ ├── ring.py │ ├── roomba.py │ ├── sendgrid_email.py │ ├── solana_wallet.py │ ├── spypoint.py │ ├── stripe_payments.py │ ├── tesla.py │ ├── twilio_sms.py │ ├── vivotek.py │ ├── wallet.py │ ├── walmart.py │ ├── web_browsing.py │ ├── wordpress.py │ ├── workout_tracker.py │ └── x.py ├── mcp_client.py ├── memories │ └── memories.txt ├── middleware.py ├── onnx │ ├── config.json │ ├── model.onnx │ ├── special_tokens_map.json │ ├── tokenizer.json │ ├── tokenizer_config.json │ └── vocab.txt ├── payments │ ├── __init__.py │ ├── crypto.py │ ├── pricing.py │ └── stripe_service.py ├── prompts │ └── Default │ │ ├── AGiXT SD Generator_V3.txt │ │ ├── Analyze Input.txt │ │ ├── Answer Question with Memory.txt │ │ ├── Ask for Help.txt │ │ ├── Ask questions.txt │ │ ├── Break into steps.txt │ │ ├── Bully.txt │ │ ├── Chain Creation.txt │ │ ├── Chain Modification.txt │ │ ├── Chat with Code.txt │ │ ├── Chat with Commands and Files.txt │ │ ├── Chat with Commands.txt │ │ ├── Chat with Files.txt │ │ ├── Chat.txt │ │ ├── Check-Instruction.txt │ │ ├── Cite Sources.txt │ │ ├── Code Interpreter Multifile.txt │ │ ├── Code Interpreter.txt │ │ ├── Command Clarification.txt │ │ ├── Convert Math to Python.txt │ │ ├── Convert OpenAPI Endpoint.txt │ │ ├── Convert to JSON.txt │ │ ├── Convert to Model.txt │ │ ├── Convert to Pydantic Model.txt │ │ ├── Create New Command.txt │ │ ├── Create a Skeleton.txt │ │ ├── Custom Input.txt │ │ ├── Describe Schema.txt │ │ ├── Determine File.txt │ │ ├── Doomer.txt │ │ ├── Evaluate Code.txt │ │ ├── Execution.txt │ │ ├── Expert Determination.txt │ │ ├── Fix Code.txt │ │ ├── Fix Verified Code.txt │ │ ├── Get Auth Headers.txt │ │ ├── Get Clarification.txt │ │ ├── Get Task Description.txt │ │ ├── Get Task List.txt │ │ ├── Get ezsession Auth Type.txt │ │ ├── Graph Data.txt │ │ ├── Instruction.txt │ │ ├── JSONFormatter.txt │ │ ├── Name Conversation.txt │ │ ├── New Extension Format.txt │ │ ├── Oppenheimer.txt │ │ ├── Persona Chat.txt │ │ ├── Persona Generator.txt │ │ ├── Pick a Poem Subject.txt │ │ ├── Pick-a-Link.txt │ │ ├── PostgreSQLQuery.txt │ │ ├── Prioritize.txt │ │ ├── Prompt Generator.txt │ │ ├── Proofreader.txt │ │ ├── Pseudo Code.txt │ │ ├── Rate Answers.txt │ │ ├── SQLQuery.txt │ │ ├── Santa Claus.txt │ │ ├── Save the kittens.txt │ │ ├── Score Response.txt │ │ ├── SmartChat-CleanResponse.txt │ │ ├── SmartChat-Researcher.txt │ │ ├── SmartChat-Resolver.txt │ │ ├── SmartChat-StepByStep.txt │ │ ├── SmartInstruct-CleanResponse.txt │ │ ├── SmartInstruct-Execution.txt │ │ ├── SmartInstruct-Researcher.txt │ │ ├── SmartInstruct-Resolver.txt │ │ ├── SmartInstruct-StepByStep.txt │ │ ├── SmartTask-CleanResponse.txt │ │ ├── SmartTask-Execution.txt │ │ ├── SmartTask-StepByStep.txt │ │ ├── Software Engineer.txt │ │ ├── Summarize Content.txt │ │ ├── Summarize Conversation.txt │ │ ├── Summarize Feedback.txt │ │ ├── Summarize Web Content.txt │ │ ├── Task Execution.txt │ │ ├── Tell Me How.txt │ │ ├── Think About It.txt │ │ ├── Title a Chain.txt │ │ ├── Title a Poem.txt │ │ ├── Translate Math to Python.txt │ │ ├── User Input.txt │ │ ├── Validate PostgreSQL.txt │ │ ├── Validate SQL.txt │ │ ├── Validation.txt │ │ ├── ValidationFailed.txt │ │ ├── Verify Code Interpreter Multifile.txt │ │ ├── Verify Code Interpreter.txt │ │ ├── Verify Code.txt │ │ ├── Voice Chat without Commands.txt │ │ ├── Voice Chat.txt │ │ ├── Web Summary.txt │ │ ├── WebSearch Decision.txt │ │ ├── WebSearch.txt │ │ ├── Write Code.txt │ │ ├── Write a Haiku.txt │ │ ├── Write a Poem.txt │ │ ├── Wrong Answers Only.txt │ │ ├── arXiv Search.txt │ │ └── instruct.txt ├── providers │ ├── anthropic.py │ ├── azure.py │ ├── azurefoundry.py │ ├── chutes.py │ ├── deepinfra.py │ ├── deepseek.py │ ├── default.py │ ├── elevenlabs.py │ ├── ezlocalai.py │ ├── google.py │ ├── gpt4free.py │ ├── huggingface.py │ ├── openai.py │ ├── openrouter.py │ ├── rotation.py │ └── xai.py ├── registration_requirements.json ├── run-local.py ├── session_tracker.py └── version ├── book.json ├── core_features.md ├── docker-compose-dev.yml ├── docker-compose-local.yml ├── docker-compose.yml ├── docker-requirements.txt ├── docs ├── .gitignore ├── 1-Getting started │ ├── 0-Quick Start.md │ ├── 1-Environment Variables.md │ ├── 3-Examples.md │ ├── 4-Things to Consider.md │ └── Support.md ├── 2-Concepts │ ├── 0-Core Concepts.md │ ├── 01-Processes and Frameworks.md │ ├── 02-Providers.md │ ├── 03-Agents.md │ ├── 04-Chat Completions.md │ ├── 05-Extension Commands.md │ ├── 06-Prompts.md │ ├── 07-Chains.md │ ├── 07-Conversations.md │ ├── 09-Agent Training.md │ ├── 10-Agent Interactions.md │ ├── 11-Extensions.md │ └── 12-Webhooks.md ├── 3-Providers │ ├── 0-ezLocalai.md │ ├── 1-Anthropic Claude.md │ ├── 2-Azure OpenAI.md │ ├── 3-xAI.md │ ├── 4-Google.md │ ├── 5-Hugging Face.md │ ├── 6-OpenAI.md │ └── 7-GPT4Free.md ├── 4-Authentication │ ├── amazon.md │ ├── github.md │ ├── google.md │ ├── meta.md │ └── microsoft.md ├── README.md ├── claude-paper.md ├── images │ ├── AGiXT-gradient-flat.svg │ ├── AGiXT-gradient-light.svg │ ├── AGiXT.png │ ├── AGiXT.svg │ ├── AGiXT_Border_Color_PNG.png │ ├── AGiXT_Original_PSD.psd │ ├── AGiXTwhiteborder.svg │ ├── Docker-desktop-win-setting-streamlit.png │ ├── Smart Instruct.drawio │ ├── Smart Instruct.drawio.svg │ ├── Smart Tasks.drawio │ ├── Smart Tasks.drawio.svg │ ├── Untitled Diagram.drawio │ ├── agixt-description-dark.svg │ ├── agixt-description-light.svg │ └── db.dbdiagram ├── raydium_integration.md ├── stop-conversation-feature.md ├── wallet_authentication.md ├── websocket-conversation-streaming.md └── websocket-implementation-summary.md ├── examples ├── AGiXT-Expert-OAI.ipynb ├── AGiXT-Expert-ezLocalai.ipynb ├── Chatbot.ipynb ├── Listen.py ├── Postgres-Chat-ezLocalai.ipynb ├── Tweeter.py ├── Voice.ipynb ├── mcp_client_example.py ├── raydium_integration_example.py ├── test_websocket_conversation.py └── websocket_test.html ├── models └── Put your models in this folder.txt ├── pyproject.toml ├── requirements.txt ├── setup.py └── tests ├── endpoint-tests.ipynb ├── test-commands.ipynb ├── test.csv ├── test.docx ├── test.md ├── test.txt ├── test.xlsx ├── test.zip └── unit └── test_billing.py /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.dockerignore -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [Josh-XT] 2 | ko_fi: joshxt 3 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/docs.yml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/ISSUE_TEMPLATE/docs.yml.bak -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/ISSUE_TEMPLATE/feature.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/labeler.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/build-and-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/workflows/build-and-test.yml -------------------------------------------------------------------------------- /.github/workflows/docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/workflows/docker.yml -------------------------------------------------------------------------------- /.github/workflows/publish-python.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/workflows/publish-python.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.github/workflows/todos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.github/workflows/todos.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/SECURITY.md -------------------------------------------------------------------------------- /agixt/Agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Agent.py -------------------------------------------------------------------------------- /agixt/ApiClient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/ApiClient.py -------------------------------------------------------------------------------- /agixt/Chain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Chain.py -------------------------------------------------------------------------------- /agixt/Complexity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Complexity.py -------------------------------------------------------------------------------- /agixt/Conversations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Conversations.py -------------------------------------------------------------------------------- /agixt/DB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/DB.py -------------------------------------------------------------------------------- /agixt/Extensions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Extensions.py -------------------------------------------------------------------------------- /agixt/ExtensionsHub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/ExtensionsHub.py -------------------------------------------------------------------------------- /agixt/Globals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Globals.py -------------------------------------------------------------------------------- /agixt/Interactions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Interactions.py -------------------------------------------------------------------------------- /agixt/InternalClient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/InternalClient.py -------------------------------------------------------------------------------- /agixt/MachineState.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/MachineState.py -------------------------------------------------------------------------------- /agixt/MagicalAuth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/MagicalAuth.py -------------------------------------------------------------------------------- /agixt/Memories.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Memories.py -------------------------------------------------------------------------------- /agixt/Models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Models.py -------------------------------------------------------------------------------- /agixt/Prompts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Prompts.py -------------------------------------------------------------------------------- /agixt/Providers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Providers.py -------------------------------------------------------------------------------- /agixt/SeedImports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/SeedImports.py -------------------------------------------------------------------------------- /agixt/Task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Task.py -------------------------------------------------------------------------------- /agixt/TaskMonitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/TaskMonitor.py -------------------------------------------------------------------------------- /agixt/Transcription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Transcription.py -------------------------------------------------------------------------------- /agixt/Tuning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Tuning.py -------------------------------------------------------------------------------- /agixt/WORKSPACE/example.txt: -------------------------------------------------------------------------------- 1 | This is the agent's workspace folder. 2 | -------------------------------------------------------------------------------- /agixt/WebhookManager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/WebhookManager.py -------------------------------------------------------------------------------- /agixt/Websearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Websearch.py -------------------------------------------------------------------------------- /agixt/WorkerRegistry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/WorkerRegistry.py -------------------------------------------------------------------------------- /agixt/Workspaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/Workspaces.py -------------------------------------------------------------------------------- /agixt/XT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/XT.py -------------------------------------------------------------------------------- /agixt/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /agixt/agents/agents.txt: -------------------------------------------------------------------------------- 1 | Agent configurations go in this folder. 2 | -------------------------------------------------------------------------------- /agixt/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/app.py -------------------------------------------------------------------------------- /agixt/chains/Ask Helper Agent for Help.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Ask Helper Agent for Help.json -------------------------------------------------------------------------------- /agixt/chains/Chat with Code.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Chat with Code.json -------------------------------------------------------------------------------- /agixt/chains/Create New Command.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Create New Command.json -------------------------------------------------------------------------------- /agixt/chains/Generate Smart Task Chain without Research.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Generate Smart Task Chain without Research.json -------------------------------------------------------------------------------- /agixt/chains/Generate Smart Task Chain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Generate Smart Task Chain.json -------------------------------------------------------------------------------- /agixt/chains/Generate Task Chain without Research.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Generate Task Chain without Research.json -------------------------------------------------------------------------------- /agixt/chains/Generate Task Chain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Generate Task Chain.json -------------------------------------------------------------------------------- /agixt/chains/Smart Chat - No Research.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Smart Chat - No Research.json -------------------------------------------------------------------------------- /agixt/chains/Smart Chat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Smart Chat.json -------------------------------------------------------------------------------- /agixt/chains/Smart Instruct - No Research.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Smart Instruct - No Research.json -------------------------------------------------------------------------------- /agixt/chains/Smart Instruct.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Smart Instruct.json -------------------------------------------------------------------------------- /agixt/chains/Smart Prompt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Smart Prompt.json -------------------------------------------------------------------------------- /agixt/chains/Solve Math Problem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Solve Math Problem.json -------------------------------------------------------------------------------- /agixt/chains/Write a Poem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/chains/Write a Poem.json -------------------------------------------------------------------------------- /agixt/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/cli.py -------------------------------------------------------------------------------- /agixt/conversations/AGiXT Conversation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/conversations/AGiXT Conversation.yaml -------------------------------------------------------------------------------- /agixt/endpoints/Agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Agent.py -------------------------------------------------------------------------------- /agixt/endpoints/Auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Auth.py -------------------------------------------------------------------------------- /agixt/endpoints/Billing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Billing.py -------------------------------------------------------------------------------- /agixt/endpoints/Chain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Chain.py -------------------------------------------------------------------------------- /agixt/endpoints/Completions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Completions.py -------------------------------------------------------------------------------- /agixt/endpoints/Conversation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Conversation.py -------------------------------------------------------------------------------- /agixt/endpoints/Extension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Extension.py -------------------------------------------------------------------------------- /agixt/endpoints/GQL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/GQL.py -------------------------------------------------------------------------------- /agixt/endpoints/Health.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Health.py -------------------------------------------------------------------------------- /agixt/endpoints/Legacy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Legacy.py -------------------------------------------------------------------------------- /agixt/endpoints/Memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Memory.py -------------------------------------------------------------------------------- /agixt/endpoints/Prompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Prompt.py -------------------------------------------------------------------------------- /agixt/endpoints/Provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Provider.py -------------------------------------------------------------------------------- /agixt/endpoints/Tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Tasks.py -------------------------------------------------------------------------------- /agixt/endpoints/TeslaIntegration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/TeslaIntegration.py -------------------------------------------------------------------------------- /agixt/endpoints/Webhook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/endpoints/Webhook.py -------------------------------------------------------------------------------- /agixt/extensions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/README.md -------------------------------------------------------------------------------- /agixt/extensions/alexa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/alexa.py -------------------------------------------------------------------------------- /agixt/extensions/amazon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/amazon.py -------------------------------------------------------------------------------- /agixt/extensions/audible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/audible.py -------------------------------------------------------------------------------- /agixt/extensions/automation_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/automation_helpers.py -------------------------------------------------------------------------------- /agixt/extensions/axis_camera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/axis_camera.py -------------------------------------------------------------------------------- /agixt/extensions/bags_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/bags_app.py -------------------------------------------------------------------------------- /agixt/extensions/blink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/blink.py -------------------------------------------------------------------------------- /agixt/extensions/discord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/discord.py -------------------------------------------------------------------------------- /agixt/extensions/dji_tello.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/dji_tello.py -------------------------------------------------------------------------------- /agixt/extensions/essential_abilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/essential_abilities.py -------------------------------------------------------------------------------- /agixt/extensions/fitbit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/fitbit.py -------------------------------------------------------------------------------- /agixt/extensions/garmin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/garmin.py -------------------------------------------------------------------------------- /agixt/extensions/github.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/github.py -------------------------------------------------------------------------------- /agixt/extensions/google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/google.py -------------------------------------------------------------------------------- /agixt/extensions/google_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/google_search.py -------------------------------------------------------------------------------- /agixt/extensions/graphql_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/graphql_server.py -------------------------------------------------------------------------------- /agixt/extensions/grokipedia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/grokipedia.py -------------------------------------------------------------------------------- /agixt/extensions/hikvision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/hikvision.py -------------------------------------------------------------------------------- /agixt/extensions/meta_ads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/meta_ads.py -------------------------------------------------------------------------------- /agixt/extensions/microcontroller_development.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/microcontroller_development.py -------------------------------------------------------------------------------- /agixt/extensions/microsoft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/microsoft.py -------------------------------------------------------------------------------- /agixt/extensions/mssql_database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/mssql_database.py -------------------------------------------------------------------------------- /agixt/extensions/mysql_database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/mysql_database.py -------------------------------------------------------------------------------- /agixt/extensions/notes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/notes.py -------------------------------------------------------------------------------- /agixt/extensions/oura.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/oura.py -------------------------------------------------------------------------------- /agixt/extensions/postgres_database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/postgres_database.py -------------------------------------------------------------------------------- /agixt/extensions/raydium.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/raydium.py -------------------------------------------------------------------------------- /agixt/extensions/ring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/ring.py -------------------------------------------------------------------------------- /agixt/extensions/roomba.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/roomba.py -------------------------------------------------------------------------------- /agixt/extensions/sendgrid_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/sendgrid_email.py -------------------------------------------------------------------------------- /agixt/extensions/solana_wallet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/solana_wallet.py -------------------------------------------------------------------------------- /agixt/extensions/spypoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/spypoint.py -------------------------------------------------------------------------------- /agixt/extensions/stripe_payments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/stripe_payments.py -------------------------------------------------------------------------------- /agixt/extensions/tesla.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/tesla.py -------------------------------------------------------------------------------- /agixt/extensions/twilio_sms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/twilio_sms.py -------------------------------------------------------------------------------- /agixt/extensions/vivotek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/vivotek.py -------------------------------------------------------------------------------- /agixt/extensions/wallet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/wallet.py -------------------------------------------------------------------------------- /agixt/extensions/walmart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/walmart.py -------------------------------------------------------------------------------- /agixt/extensions/web_browsing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/web_browsing.py -------------------------------------------------------------------------------- /agixt/extensions/wordpress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/wordpress.py -------------------------------------------------------------------------------- /agixt/extensions/workout_tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/workout_tracker.py -------------------------------------------------------------------------------- /agixt/extensions/x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/extensions/x.py -------------------------------------------------------------------------------- /agixt/mcp_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/mcp_client.py -------------------------------------------------------------------------------- /agixt/memories/memories.txt: -------------------------------------------------------------------------------- 1 | Memories will go in this folder. 2 | -------------------------------------------------------------------------------- /agixt/middleware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/middleware.py -------------------------------------------------------------------------------- /agixt/onnx/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/onnx/config.json -------------------------------------------------------------------------------- /agixt/onnx/model.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/onnx/model.onnx -------------------------------------------------------------------------------- /agixt/onnx/special_tokens_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/onnx/special_tokens_map.json -------------------------------------------------------------------------------- /agixt/onnx/tokenizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/onnx/tokenizer.json -------------------------------------------------------------------------------- /agixt/onnx/tokenizer_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/onnx/tokenizer_config.json -------------------------------------------------------------------------------- /agixt/onnx/vocab.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/onnx/vocab.txt -------------------------------------------------------------------------------- /agixt/payments/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/payments/__init__.py -------------------------------------------------------------------------------- /agixt/payments/crypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/payments/crypto.py -------------------------------------------------------------------------------- /agixt/payments/pricing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/payments/pricing.py -------------------------------------------------------------------------------- /agixt/payments/stripe_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/payments/stripe_service.py -------------------------------------------------------------------------------- /agixt/prompts/Default/AGiXT SD Generator_V3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/AGiXT SD Generator_V3.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Analyze Input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Analyze Input.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Answer Question with Memory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Answer Question with Memory.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Ask for Help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Ask for Help.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Ask questions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Ask questions.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Break into steps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Break into steps.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Bully.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Bully.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Chain Creation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Chain Creation.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Chain Modification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Chain Modification.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Chat with Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Chat with Code.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Chat with Commands and Files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Chat with Commands and Files.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Chat with Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Chat with Commands.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Chat with Files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Chat with Files.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Chat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Chat.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Check-Instruction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Check-Instruction.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Cite Sources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Cite Sources.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Code Interpreter Multifile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Code Interpreter Multifile.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Code Interpreter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Code Interpreter.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Command Clarification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Command Clarification.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Convert Math to Python.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Convert Math to Python.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Convert OpenAPI Endpoint.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Convert OpenAPI Endpoint.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Convert to JSON.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Convert to JSON.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Convert to Model.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Convert to Model.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Convert to Pydantic Model.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Convert to Pydantic Model.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Create New Command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Create New Command.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Create a Skeleton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Create a Skeleton.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Custom Input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Custom Input.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Describe Schema.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Describe Schema.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Determine File.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Determine File.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Doomer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Doomer.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Evaluate Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Evaluate Code.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Execution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Execution.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Expert Determination.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Expert Determination.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Fix Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Fix Code.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Fix Verified Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Fix Verified Code.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Get Auth Headers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Get Auth Headers.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Get Clarification.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Get Clarification.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Get Task Description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Get Task Description.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Get Task List.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Get Task List.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Get ezsession Auth Type.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Get ezsession Auth Type.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Graph Data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Graph Data.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Instruction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Instruction.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/JSONFormatter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/JSONFormatter.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Name Conversation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Name Conversation.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/New Extension Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/New Extension Format.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Oppenheimer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Oppenheimer.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Persona Chat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Persona Chat.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Persona Generator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Persona Generator.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Pick a Poem Subject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Pick a Poem Subject.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Pick-a-Link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Pick-a-Link.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/PostgreSQLQuery.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/PostgreSQLQuery.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Prioritize.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Prioritize.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Prompt Generator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Prompt Generator.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Proofreader.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Proofreader.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Pseudo Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Pseudo Code.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Rate Answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Rate Answers.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SQLQuery.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SQLQuery.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Santa Claus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Santa Claus.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Save the kittens.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Save the kittens.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Score Response.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Score Response.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartChat-CleanResponse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartChat-CleanResponse.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartChat-Researcher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartChat-Researcher.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartChat-Resolver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartChat-Resolver.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartChat-StepByStep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartChat-StepByStep.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartInstruct-CleanResponse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartInstruct-CleanResponse.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartInstruct-Execution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartInstruct-Execution.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartInstruct-Researcher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartInstruct-Researcher.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartInstruct-Resolver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartInstruct-Resolver.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartInstruct-StepByStep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartInstruct-StepByStep.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartTask-CleanResponse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartTask-CleanResponse.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartTask-Execution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartTask-Execution.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/SmartTask-StepByStep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/SmartTask-StepByStep.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Software Engineer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Software Engineer.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Summarize Content.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Summarize Content.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Summarize Conversation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Summarize Conversation.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Summarize Feedback.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Summarize Feedback.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Summarize Web Content.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Summarize Web Content.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Task Execution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Task Execution.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Tell Me How.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Tell Me How.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Think About It.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Think About It.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Title a Chain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Title a Chain.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Title a Poem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Title a Poem.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Translate Math to Python.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Translate Math to Python.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/User Input.txt: -------------------------------------------------------------------------------- 1 | {user_input} -------------------------------------------------------------------------------- /agixt/prompts/Default/Validate PostgreSQL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Validate PostgreSQL.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Validate SQL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Validate SQL.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Validation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Validation.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/ValidationFailed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/ValidationFailed.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Verify Code Interpreter Multifile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Verify Code Interpreter Multifile.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Verify Code Interpreter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Verify Code Interpreter.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Verify Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Verify Code.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Voice Chat without Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Voice Chat without Commands.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Voice Chat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Voice Chat.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Web Summary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Web Summary.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/WebSearch Decision.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/WebSearch Decision.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/WebSearch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/WebSearch.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Write Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Write Code.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/Write a Haiku.txt: -------------------------------------------------------------------------------- 1 | Write a poem about {subject} . 2 | {user_input} -------------------------------------------------------------------------------- /agixt/prompts/Default/Write a Poem.txt: -------------------------------------------------------------------------------- 1 | Write a poem about {subject} . 2 | {user_input} -------------------------------------------------------------------------------- /agixt/prompts/Default/Wrong Answers Only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/Wrong Answers Only.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/arXiv Search.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/arXiv Search.txt -------------------------------------------------------------------------------- /agixt/prompts/Default/instruct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/prompts/Default/instruct.txt -------------------------------------------------------------------------------- /agixt/providers/anthropic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/anthropic.py -------------------------------------------------------------------------------- /agixt/providers/azure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/azure.py -------------------------------------------------------------------------------- /agixt/providers/azurefoundry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/azurefoundry.py -------------------------------------------------------------------------------- /agixt/providers/chutes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/chutes.py -------------------------------------------------------------------------------- /agixt/providers/deepinfra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/deepinfra.py -------------------------------------------------------------------------------- /agixt/providers/deepseek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/deepseek.py -------------------------------------------------------------------------------- /agixt/providers/default.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/default.py -------------------------------------------------------------------------------- /agixt/providers/elevenlabs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/elevenlabs.py -------------------------------------------------------------------------------- /agixt/providers/ezlocalai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/ezlocalai.py -------------------------------------------------------------------------------- /agixt/providers/google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/google.py -------------------------------------------------------------------------------- /agixt/providers/gpt4free.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/gpt4free.py -------------------------------------------------------------------------------- /agixt/providers/huggingface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/huggingface.py -------------------------------------------------------------------------------- /agixt/providers/openai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/openai.py -------------------------------------------------------------------------------- /agixt/providers/openrouter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/openrouter.py -------------------------------------------------------------------------------- /agixt/providers/rotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/rotation.py -------------------------------------------------------------------------------- /agixt/providers/xai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/providers/xai.py -------------------------------------------------------------------------------- /agixt/registration_requirements.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /agixt/run-local.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/run-local.py -------------------------------------------------------------------------------- /agixt/session_tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/agixt/session_tracker.py -------------------------------------------------------------------------------- /agixt/version: -------------------------------------------------------------------------------- 1 | v1.8.1 -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/book.json -------------------------------------------------------------------------------- /core_features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/core_features.md -------------------------------------------------------------------------------- /docker-compose-dev.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docker-compose-dev.yml -------------------------------------------------------------------------------- /docker-compose-local.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docker-compose-local.yml -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docker-requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docker-requirements.txt -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | SUMMARY.md 2 | -------------------------------------------------------------------------------- /docs/1-Getting started/0-Quick Start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/1-Getting started/0-Quick Start.md -------------------------------------------------------------------------------- /docs/1-Getting started/1-Environment Variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/1-Getting started/1-Environment Variables.md -------------------------------------------------------------------------------- /docs/1-Getting started/3-Examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/1-Getting started/3-Examples.md -------------------------------------------------------------------------------- /docs/1-Getting started/4-Things to Consider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/1-Getting started/4-Things to Consider.md -------------------------------------------------------------------------------- /docs/1-Getting started/Support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/1-Getting started/Support.md -------------------------------------------------------------------------------- /docs/2-Concepts/0-Core Concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/0-Core Concepts.md -------------------------------------------------------------------------------- /docs/2-Concepts/01-Processes and Frameworks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/01-Processes and Frameworks.md -------------------------------------------------------------------------------- /docs/2-Concepts/02-Providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/02-Providers.md -------------------------------------------------------------------------------- /docs/2-Concepts/03-Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/03-Agents.md -------------------------------------------------------------------------------- /docs/2-Concepts/04-Chat Completions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/04-Chat Completions.md -------------------------------------------------------------------------------- /docs/2-Concepts/05-Extension Commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/05-Extension Commands.md -------------------------------------------------------------------------------- /docs/2-Concepts/06-Prompts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/06-Prompts.md -------------------------------------------------------------------------------- /docs/2-Concepts/07-Chains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/07-Chains.md -------------------------------------------------------------------------------- /docs/2-Concepts/07-Conversations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/07-Conversations.md -------------------------------------------------------------------------------- /docs/2-Concepts/09-Agent Training.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/09-Agent Training.md -------------------------------------------------------------------------------- /docs/2-Concepts/10-Agent Interactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/10-Agent Interactions.md -------------------------------------------------------------------------------- /docs/2-Concepts/11-Extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/11-Extensions.md -------------------------------------------------------------------------------- /docs/2-Concepts/12-Webhooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/2-Concepts/12-Webhooks.md -------------------------------------------------------------------------------- /docs/3-Providers/0-ezLocalai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/3-Providers/0-ezLocalai.md -------------------------------------------------------------------------------- /docs/3-Providers/1-Anthropic Claude.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/3-Providers/1-Anthropic Claude.md -------------------------------------------------------------------------------- /docs/3-Providers/2-Azure OpenAI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/3-Providers/2-Azure OpenAI.md -------------------------------------------------------------------------------- /docs/3-Providers/3-xAI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/3-Providers/3-xAI.md -------------------------------------------------------------------------------- /docs/3-Providers/4-Google.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/3-Providers/4-Google.md -------------------------------------------------------------------------------- /docs/3-Providers/5-Hugging Face.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/3-Providers/5-Hugging Face.md -------------------------------------------------------------------------------- /docs/3-Providers/6-OpenAI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/3-Providers/6-OpenAI.md -------------------------------------------------------------------------------- /docs/3-Providers/7-GPT4Free.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/3-Providers/7-GPT4Free.md -------------------------------------------------------------------------------- /docs/4-Authentication/amazon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/4-Authentication/amazon.md -------------------------------------------------------------------------------- /docs/4-Authentication/github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/4-Authentication/github.md -------------------------------------------------------------------------------- /docs/4-Authentication/google.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/4-Authentication/google.md -------------------------------------------------------------------------------- /docs/4-Authentication/meta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/4-Authentication/meta.md -------------------------------------------------------------------------------- /docs/4-Authentication/microsoft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/4-Authentication/microsoft.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/claude-paper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/claude-paper.md -------------------------------------------------------------------------------- /docs/images/AGiXT-gradient-flat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/AGiXT-gradient-flat.svg -------------------------------------------------------------------------------- /docs/images/AGiXT-gradient-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/AGiXT-gradient-light.svg -------------------------------------------------------------------------------- /docs/images/AGiXT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/AGiXT.png -------------------------------------------------------------------------------- /docs/images/AGiXT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/AGiXT.svg -------------------------------------------------------------------------------- /docs/images/AGiXT_Border_Color_PNG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/AGiXT_Border_Color_PNG.png -------------------------------------------------------------------------------- /docs/images/AGiXT_Original_PSD.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/AGiXT_Original_PSD.psd -------------------------------------------------------------------------------- /docs/images/AGiXTwhiteborder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/AGiXTwhiteborder.svg -------------------------------------------------------------------------------- /docs/images/Docker-desktop-win-setting-streamlit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/Docker-desktop-win-setting-streamlit.png -------------------------------------------------------------------------------- /docs/images/Smart Instruct.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/Smart Instruct.drawio -------------------------------------------------------------------------------- /docs/images/Smart Instruct.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/Smart Instruct.drawio.svg -------------------------------------------------------------------------------- /docs/images/Smart Tasks.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/Smart Tasks.drawio -------------------------------------------------------------------------------- /docs/images/Smart Tasks.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/Smart Tasks.drawio.svg -------------------------------------------------------------------------------- /docs/images/Untitled Diagram.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/Untitled Diagram.drawio -------------------------------------------------------------------------------- /docs/images/agixt-description-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/agixt-description-dark.svg -------------------------------------------------------------------------------- /docs/images/agixt-description-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/agixt-description-light.svg -------------------------------------------------------------------------------- /docs/images/db.dbdiagram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/images/db.dbdiagram -------------------------------------------------------------------------------- /docs/raydium_integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/raydium_integration.md -------------------------------------------------------------------------------- /docs/stop-conversation-feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/stop-conversation-feature.md -------------------------------------------------------------------------------- /docs/wallet_authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/wallet_authentication.md -------------------------------------------------------------------------------- /docs/websocket-conversation-streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/websocket-conversation-streaming.md -------------------------------------------------------------------------------- /docs/websocket-implementation-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/docs/websocket-implementation-summary.md -------------------------------------------------------------------------------- /examples/AGiXT-Expert-OAI.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/AGiXT-Expert-OAI.ipynb -------------------------------------------------------------------------------- /examples/AGiXT-Expert-ezLocalai.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/AGiXT-Expert-ezLocalai.ipynb -------------------------------------------------------------------------------- /examples/Chatbot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/Chatbot.ipynb -------------------------------------------------------------------------------- /examples/Listen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/Listen.py -------------------------------------------------------------------------------- /examples/Postgres-Chat-ezLocalai.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/Postgres-Chat-ezLocalai.ipynb -------------------------------------------------------------------------------- /examples/Tweeter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/Tweeter.py -------------------------------------------------------------------------------- /examples/Voice.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/Voice.ipynb -------------------------------------------------------------------------------- /examples/mcp_client_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/mcp_client_example.py -------------------------------------------------------------------------------- /examples/raydium_integration_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/raydium_integration_example.py -------------------------------------------------------------------------------- /examples/test_websocket_conversation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/test_websocket_conversation.py -------------------------------------------------------------------------------- /examples/websocket_test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/examples/websocket_test.html -------------------------------------------------------------------------------- /models/Put your models in this folder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/models/Put your models in this folder.txt -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- 1 | [build-system] 2 | requires = ["setuptools", "wheel"] -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/setup.py -------------------------------------------------------------------------------- /tests/endpoint-tests.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/tests/endpoint-tests.ipynb -------------------------------------------------------------------------------- /tests/test-commands.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/tests/test-commands.ipynb -------------------------------------------------------------------------------- /tests/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/tests/test.csv -------------------------------------------------------------------------------- /tests/test.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/tests/test.docx -------------------------------------------------------------------------------- /tests/test.md: -------------------------------------------------------------------------------- 1 | # This is a test 2 | -------------------------------------------------------------------------------- /tests/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/tests/test.txt -------------------------------------------------------------------------------- /tests/test.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/tests/test.xlsx -------------------------------------------------------------------------------- /tests/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/tests/test.zip -------------------------------------------------------------------------------- /tests/unit/test_billing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Josh-XT/AGiXT/HEAD/tests/unit/test_billing.py --------------------------------------------------------------------------------