Langertha 0.200 Latest
Files
- .gitignore
- Changes
- Dockerfile
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- README.md
- bin/langertha_chat_ollama
- bin/langertha_chat_openai
- bin/langertha_openai_list_models
- bin/langertha_whisper
- cpanfile
- dist.ini
- docker-entrypoint.sh
- ex/async_await.pl
- ex/ctx.pl
- ex/embedding.pl
- ex/hermes_tools.pl
- ex/ircbot.pl
- ex/json_grammar.pl
- ex/langfuse-k8s.yaml
- ex/langfuse.pl
- ex/logic.pl
- ex/mcp_inprocess.pl
- ex/mcp_stdio.pl
- ex/ollama.pl
- ex/ollama_image.pl
- ex/raider.pl
- ex/response.pl
- ex/sample.ogg
- ex/streaming_anthropic.pl
- ex/streaming_callback.pl
- ex/streaming_future.pl
- ex/streaming_gemini.pl
- ex/streaming_iterator.pl
- ex/streaming_mojo.pl
- ex/structured_code.pl
- ex/structured_output.pl
- ex/structured_sentences.pl
- ex/synopsis.pl
- ex/transcription.pl
- lib/Langertha.pm
- lib/Langertha/Engine/AKI.pm
- lib/Langertha/Engine/AKIOpenAI.pm
- lib/Langertha/Engine/Anthropic.pm
- lib/Langertha/Engine/DeepSeek.pm
- lib/Langertha/Engine/Gemini.pm
- lib/Langertha/Engine/Groq.pm
- lib/Langertha/Engine/Mistral.pm
- lib/Langertha/Engine/NousResearch.pm
- lib/Langertha/Engine/Ollama.pm
- lib/Langertha/Engine/OllamaOpenAI.pm
- lib/Langertha/Engine/OpenAI.pm
- lib/Langertha/Engine/Perplexity.pm
- lib/Langertha/Engine/Whisper.pm
- lib/Langertha/Engine/vLLM.pm
- lib/Langertha/Raider.pm
- lib/Langertha/Request/HTTP.pm
- lib/Langertha/Response.pm
- lib/Langertha/Role/Chat.pm
- lib/Langertha/Role/ContextSize.pm
- lib/Langertha/Role/Embedding.pm
- lib/Langertha/Role/HTTP.pm
- lib/Langertha/Role/JSON.pm
- lib/Langertha/Role/Langfuse.pm
- lib/Langertha/Role/Models.pm
- lib/Langertha/Role/OpenAICompatible.pm
- lib/Langertha/Role/OpenAPI.pm
- lib/Langertha/Role/ResponseFormat.pm
- lib/Langertha/Role/ResponseSize.pm
- lib/Langertha/Role/Seed.pm
- lib/Langertha/Role/Streaming.pm
- lib/Langertha/Role/SystemPrompt.pm
- lib/Langertha/Role/Temperature.pm
- lib/Langertha/Role/Tools.pm
- lib/Langertha/Role/Transcription.pm
- lib/Langertha/Stream.pm
- lib/Langertha/Stream/Chunk.pm
- lib/LangerthaX.pm
- share/banner
- share/mistral.yaml
- share/ollama.yaml
- share/openai.yaml
- t/00_load.t
- t/20_chat_requests.t
- t/21_embedding_requests.t
- t/22_transcription_requests.t
- t/25_aki_requests.t
- t/30_ollama_requests.t
- t/40_stream_chunk.t
- t/41_stream_iterator.t
- t/42_streaming_requests.t
- t/43_streaming_parser.t
- t/44_streaming_future.t
- t/45_async_await.t
- t/46_gemini_requests.t
- t/50_list_models.t
- t/60_tool_calling.t
- t/61_tool_calling_openai.t
- t/62_tool_calling_gemini.t
- t/63_tool_calling_ollama.t
- t/64_tool_calling_ollama_mock.t
- t/65_tool_calling_vllm.t
- t/66_tool_calling_hermes.t
- t/70_response.t
- t/72_langfuse.t
- t/80_live_tool_calling.t
- t/81_live_aki.t
- t/82_live_raider.t
- t/author-pod-syntax.t
- t/data/anthropic_models.json
- t/data/deepseek_models.json
- t/data/gemini_models.json
- t/data/groq_models.json
- t/data/mistral_models.json
- t/data/ollama_tool_call_response.json
- t/data/ollama_tool_result_response.json
- t/data/openai_models.json
- t/data/testfile
- t/lib/Test/MockAsyncHTTP.pm